Fix height of input groups

This commit is contained in:
Annabel Dunstone Gray 2019-05-20 13:43:00 -05:00
parent 0c5b3d08de
commit 360646ead3
3 changed files with 10 additions and 0 deletions

View File

@ -280,3 +280,7 @@ label {
max-width: $input-lg-width;
width: 100%;
}
.input-group-text {
max-height: $input-height;
}

View File

@ -7,6 +7,7 @@ $secondary: $gray-light;
$input-disabled-bg: $gray-light;
$input-border-color: $gray-200;
$input-color: $gl-text-color;
$input-font-size: $gl-font-size;
$font-family-sans-serif: $regular-font;
$font-family-monospace: $monospace-font;
$btn-line-height: 20px;

View File

@ -0,0 +1,5 @@
---
title: Fix input group height
merge_request:
author:
type: other