From 4e4f6b0621ac0c4fab70f7f814e695832cc40c03 Mon Sep 17 00:00:00 2001
From: echarp <manu@echarp.org>
Date: Sun, 6 Mar 2016 01:51:13 +0100
Subject: [PATCH] Lists bullets are better displayed

---
 app/assets/stylesheets/all.sass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/assets/stylesheets/all.sass b/app/assets/stylesheets/all.sass
index 5cfafd514..bd5ee1e6f 100644
--- a/app/assets/stylesheets/all.sass
+++ b/app/assets/stylesheets/all.sass
@@ -117,6 +117,7 @@ main, body.mce-content-body
     text-align: left
   ul, ol
     text-align: left
+    list-style-position: inside
   p
     text-align: justify
     &.label
-- 
GitLab