mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 15:05:24 +08: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…
Reference in New Issue
Block a user