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 {
line-height: 1.4rem;
overflow: auto;
padding: 1rem;
h1 {
@extend %xlarge;
@extend %text;
@ -19,7 +20,7 @@
}
ul,
ol {
list-style-position: inside;
list-style-position: outside;
margin-left: 1rem;
}
ul {