Fix list style type position in wysiwyg

stable
Xavier Julián 2015-04-24 08:51:04 +02:00
parent 28783986ac
commit 01178bf7f9
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
.wysiwyg { .wysiwyg {
line-height: 1.4rem; line-height: 1.4rem;
overflow: auto; overflow: auto;
padding: 1rem;
h1 { h1 {
@extend %xlarge; @extend %xlarge;
@extend %text; @extend %text;
@ -19,7 +20,7 @@
} }
ul, ul,
ol { ol {
list-style-position: inside; list-style-position: outside;
margin-left: 1rem; margin-left: 1rem;
} }
ul { ul {