Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-02-23 18:11:37 +0300
committerPhil Hughes <me@iamphill.com>2016-02-23 18:11:37 +0300
commit7b2f3a6727e6ed190928a6bc42df0e3cf3bfdf57 (patch)
tree5efbde88fa2719b7c74b1670037ebba3e3afacf1
parent1ff17b6bba801138ae260425381d13e6ce427396 (diff)
Correctly aligned buttons vertical in gray-content-block
Closes #12790
-rw-r--r--app/assets/stylesheets/framework/blocks.scss2
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 {