mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00:00
DEV: Normalize ol
and ul
styling (#16027)
This commit is contained in:
parent
3712c958fa
commit
715ec0d72f
@ -62,6 +62,7 @@ hr {
|
||||
// --------------------------------------------------
|
||||
|
||||
ul,
|
||||
ol,
|
||||
dd {
|
||||
margin: 1em 0 1em 1.25em;
|
||||
padding: 0;
|
||||
@ -73,9 +74,12 @@ dd {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.cooked ul,
|
||||
.d-editor-preview ul {
|
||||
padding-left: 1.25em;
|
||||
.cooked,
|
||||
.d-editor-preview {
|
||||
ul,
|
||||
ol {
|
||||
padding-left: 1.25em;
|
||||
}
|
||||
}
|
||||
|
||||
li,
|
||||
|
Loading…
x
Reference in New Issue
Block a user