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:
cpradio 2017-07-25 18:24:11 -04:00
parent 658c2f52c0
commit feb423d07a
1 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,11 @@ dd {
clear: both;
}
.cooked ul, .d-editor-preview ul {
margin: 0;
padding-left: 40px;
}
li {
> ul,
> ol {