diff options
author | Nur Rony <pro.nmrony@gmail.com> | 2016-11-29 18:05:21 +0600 |
---|---|---|
committer | Nur Rony <pro.nmrony@gmail.com> | 2016-11-30 14:55:15 +0600 |
commit | e77c867dba7f559f7156bfc8800d7d78c9dd31f9 (patch) | |
tree | 8b363dae255cfc20d1adf77dfbbcc3fbb62daa75 | |
parent | df085e41433529193636c5b40e59bd5e7cd3e20c (diff) | |
download | gitlab-ce-e77c867dba7f559f7156bfc8800d7d78c9dd31f9.tar.gz |
adjust padding in list
-rw-r--r-- | app/assets/stylesheets/pages/notes.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index 30922d96ae9..38f34a7ca9d 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 16 px !important; + margin: 3px 0 3px 16px !important; .gfm-commit { font-family: $monospace_font; |