From df085e41433529193636c5b40e59bd5e7cd3e20c Mon Sep 17 00:00:00 2001
From: Nur Rony <pro.nmrony@gmail.com>
Date: Tue, 29 Nov 2016 17:56:12 +0600
Subject: [PATCH] makes ul bullets fully visible

---
 app/assets/stylesheets/pages/notes.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 3ef4c51d6f1..30922d96ae9 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -95,7 +95,7 @@ ul.notes {
           display: block;
 
           ul {
-            margin: 3px 0 3px 15px !important;
+            margin: 3px 0 3px 16  px !important;
 
             .gfm-commit {
               font-family: $monospace_font;
-- 
GitLab