mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-24 10:15:37 +03:00
Some posts have nested lists
This commit is contained in:
parent
14091fbc7b
commit
fad286e617
1 changed files with 4 additions and 0 deletions
|
@ -520,6 +520,10 @@
|
|||
margin-inline: 0;
|
||||
padding-inline-start: 1.5em;
|
||||
}
|
||||
.status .content > :is(ul, ol) li > :is(ul, ol),
|
||||
.status .content > div > :is(ul, ol) li > :is(ul, ol) {
|
||||
padding-inline-start: 1.5em;
|
||||
}
|
||||
.status .content ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue