summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-06-13 16:10:05 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-06-13 16:10:05 -0700
commitcd665a02876ff3526709ae5fd89b2ea9b7915d95 (patch)
tree73ac227144f1b24b15b62821e9487ca7ee526c40
parent477bc127f709d92c1cbcd35611492fc7eef75783 (diff)
downloadgitlab-ce-46699-project-home-buttons.tar.gz
Fix button and input line heights46699-project-home-buttons
-rw-r--r--app/assets/stylesheets/framework/variables.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 4abc23200e6..149257ce0ce 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -427,7 +427,6 @@ $gl-btn-padding: 10px;
$gl-btn-line-height: 16px;
$gl-btn-vert-padding: 8px;
$gl-btn-horz-padding: 12px;
-$btn-line-height: 20px; //overrides BS4 default of 1.5
/*
* Badges
@@ -833,3 +832,5 @@ $input-border-color: $theme-gray-200;
$input-color: $gl-text-color;
$font-family-sans-serif: $regular_font;
$font-family-monospace: $monospace_font;
+$input-line-height: 20px;
+$btn-line-height: 20px;