diff options
author | Bryce Johnson <bryce@gitlab.com> | 2017-02-01 16:39:27 -0500 |
---|---|---|
committer | Bryce Johnson <bryce@gitlab.com> | 2017-02-01 16:39:27 -0500 |
commit | d751712dba0642d6f86b9c23224b17a34dba516b (patch) | |
tree | 48d677c167e45822699290d4c210a60558c114a3 | |
parent | 797ca1b15d4a1c20b1cbab3060061d5b684048e3 (diff) | |
download | gitlab-ce-d751712dba0642d6f86b9c23224b17a34dba516b.tar.gz |
Vertically center add-diff-note button.26859-comment-button-doesn-t-align-vertically-with-line-number
-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 da0caa30c26..f310cc72da0 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -467,7 +467,7 @@ ul.notes { } .add-diff-note { - margin-top: -4px; + margin-top: -8px; border-radius: 40px; background: $white-light; padding: 4px; |