diff options
author | Phil Hughes <me@iamphill.com> | 2016-06-07 16:09:46 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-06-08 10:11:44 +0100 |
commit | 41c2ea9b7a036da7064b433de43c19e578cc7531 (patch) | |
tree | c904472ff5bc99004bf94ad5d3bb708ac9747304 /app/assets/stylesheets/pages/commits.scss | |
parent | e5a83a9a94f7fbedb2fcce645248e1198dcf474f (diff) | |
download | gitlab-ce-41c2ea9b7a036da7064b433de43c19e578cc7531.tar.gz |
Vertical alignment of buttons in commit row
Diffstat (limited to 'app/assets/stylesheets/pages/commits.scss')
-rw-r--r-- | app/assets/stylesheets/pages/commits.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss index a392993b38d..335d9e5efd7 100644 --- a/app/assets/stylesheets/pages/commits.scss +++ b/app/assets/stylesheets/pages/commits.scss @@ -20,8 +20,8 @@ } .commit-row-title { - line-height: 20px; - margin-bottom: 2px; + line-height: 1; + margin-bottom: 6px; .notes_count { float: right; @@ -115,7 +115,7 @@ .commit-row-info { color: $gl-gray; - line-height: 24px; + line-height: 1; a { color: $gl-gray; |