Merge pull request #4999 from cpradio/fix-padding-for-ul

Update ul padding/margin to match ol.
This commit is contained in:
Jeff Atwood 2017-07-25 16:06:18 -07:00 committed by GitHub
commit 5b72844a9f
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 {