Fix height of input groups
This commit is contained in:
parent
0c5b3d08de
commit
360646ead3
3 changed files with 10 additions and 0 deletions
|
@ -280,3 +280,7 @@ label {
|
||||||
max-width: $input-lg-width;
|
max-width: $input-lg-width;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input-group-text {
|
||||||
|
max-height: $input-height;
|
||||||
|
}
|
||||||
|
|
|
@ -7,6 +7,7 @@ $secondary: $gray-light;
|
||||||
$input-disabled-bg: $gray-light;
|
$input-disabled-bg: $gray-light;
|
||||||
$input-border-color: $gray-200;
|
$input-border-color: $gray-200;
|
||||||
$input-color: $gl-text-color;
|
$input-color: $gl-text-color;
|
||||||
|
$input-font-size: $gl-font-size;
|
||||||
$font-family-sans-serif: $regular-font;
|
$font-family-sans-serif: $regular-font;
|
||||||
$font-family-monospace: $monospace-font;
|
$font-family-monospace: $monospace-font;
|
||||||
$btn-line-height: 20px;
|
$btn-line-height: 20px;
|
||||||
|
|
5
changelogs/unreleased/60778-input-text-height.yml
Normal file
5
changelogs/unreleased/60778-input-text-height.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Fix input group height
|
||||||
|
merge_request:
|
||||||
|
author:
|
||||||
|
type: other
|
Loading…
Reference in a new issue