mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:09:00 +08:00
Update ul padding/margin to match ol.
https://meta.discourse.org/t/numbers-cut-off-in-long-list/59856/16?u=cpradio
This commit is contained in:
parent
658c2f52c0
commit
feb423d07a
|
@ -59,6 +59,11 @@ dd {
|
|||
clear: both;
|
||||
}
|
||||
|
||||
.cooked ul, .d-editor-preview ul {
|
||||
margin: 0;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
li {
|
||||
> ul,
|
||||
> ol {
|
||||
|
|
Loading…
Reference in New Issue
Block a user