diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-02-29 11:02:57 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-02-29 11:02:57 -0500 |
commit | 45c29fa289bc27519a2fa076a155186d3ebf7b31 (patch) | |
tree | 90a6928f0f2d4499ba983fcfb2e18692a24a0292 /app | |
parent | c4b9b2cfcfae5f7ce4e4c0fd41caf012812f58b1 (diff) | |
download | gitlab-ce-45c29fa289bc27519a2fa076a155186d3ebf7b31.tar.gz |
Comment icon vertically aligned
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/notes.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index 6cb6adb480c..d5f9852ebed 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -163,6 +163,7 @@ ul.notes { border-left: none; &.notes_line { + vertical-align: middle; text-align: center; padding: 10px 0; background: #FFF; |