diff options
author | Annabel Gray <annabel.m.gray@gmail.com> | 2018-06-14 18:07:29 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-06-14 18:07:29 +0000 |
commit | 6acb56c9494dd8d37680b72340b156a985f83f85 (patch) | |
tree | 5818041d1655daf24fa205d57174e297c4183ead | |
parent | edfa2e3fb673412272e8bc9cdbfa2e3a86a9f21f (diff) | |
download | gitlab-ce-6acb56c9494dd8d37680b72340b156a985f83f85.tar.gz |
Resolve "Project homepage > Clone dropdown/input larger than other buttons"
-rw-r--r-- | app/assets/stylesheets/framework/variables.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss index 0826bfd0035..04d2a049f7d 100644 --- a/app/assets/stylesheets/framework/variables.scss +++ b/app/assets/stylesheets/framework/variables.scss @@ -832,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; |