diff options
author | Phil Hughes <me@iamphill.com> | 2016-02-23 15:11:37 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-02-23 15:11:37 +0000 |
commit | 7b2f3a6727e6ed190928a6bc42df0e3cf3bfdf57 (patch) | |
tree | 5efbde88fa2719b7c74b1670037ebba3e3afacf1 /app | |
parent | 1ff17b6bba801138ae260425381d13e6ce427396 (diff) | |
download | gitlab-ce-7b2f3a6727e6ed190928a6bc42df0e3cf3bfdf57.tar.gz |
Correctly aligned buttons vertical in gray-content-blockgray-content-block-btn-alignment
Closes #12790
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/blocks.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss index bd89cc7dc1d..d7e4153ddc0 100644 --- a/app/assets/stylesheets/framework/blocks.scss +++ b/app/assets/stylesheets/framework/blocks.scss @@ -66,7 +66,7 @@ } .oneline { - line-height: 42px; + line-height: 35px; } > p:last-child { |