From 6acb56c9494dd8d37680b72340b156a985f83f85 Mon Sep 17 00:00:00 2001 From: Annabel Gray Date: Thu, 14 Jun 2018 18:07:29 +0000 Subject: Resolve "Project homepage > Clone dropdown/input larger than other buttons" --- app/assets/stylesheets/framework/variables.scss | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.1