mirror of
https://github.com/discourse/discourse.git
synced 2025-06-11 13:16:04 +08:00
DEV: Normalize ol
and ul
styling (#16027)
This commit is contained in:
@ -62,6 +62,7 @@ hr {
|
|||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
ul,
|
ul,
|
||||||
|
ol,
|
||||||
dd {
|
dd {
|
||||||
margin: 1em 0 1em 1.25em;
|
margin: 1em 0 1em 1.25em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -73,9 +74,12 @@ dd {
|
|||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cooked ul,
|
.cooked,
|
||||||
.d-editor-preview ul {
|
.d-editor-preview {
|
||||||
padding-left: 1.25em;
|
ul,
|
||||||
|
ol {
|
||||||
|
padding-left: 1.25em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
li,
|
li,
|
||||||
|
Reference in New Issue
Block a user