mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 12:27:56 +08:00
Merge pull request #4999 from cpradio/fix-padding-for-ul
Update ul padding/margin to match ol.
This commit is contained in:
commit
5b72844a9f
@ -59,6 +59,11 @@ dd {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.cooked ul, .d-editor-preview ul {
|
||||
margin: 0;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
li {
|
||||
> ul,
|
||||
> ol {
|
||||
|
Loading…
x
Reference in New Issue
Block a user