From 01178bf7f966e1a172f13b213d9757842a0a0bf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Fri, 24 Apr 2015 08:51:04 +0200 Subject: [PATCH] Fix list style type position in wysiwyg --- app/styles/components/wysiwyg.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/styles/components/wysiwyg.scss b/app/styles/components/wysiwyg.scss index 5e906637..18dfa7af 100644 --- a/app/styles/components/wysiwyg.scss +++ b/app/styles/components/wysiwyg.scss @@ -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 {