fix: list style off screen (#4231)
This commit is contained in:
parent
7a22802e4a
commit
fbdb8e2bc8
@ -5,8 +5,9 @@
|
|||||||
ul,
|
ul,
|
||||||
ol {
|
ol {
|
||||||
list-style: auto;
|
list-style: auto;
|
||||||
padding-left: 24px;
|
padding-left: 16px;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
list-style-position: inside;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user