diff options
| author | Martijn Cuppens <[email protected]> | 2018-12-28 22:18:10 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-12-28 23:18:10 +0200 |
| commit | 8eef162c44bcf72e8169aa458f3ad8179c11ca9c (patch) | |
| tree | 179229501e9895e468cd3ef2c93a08922e280e04 | |
| parent | ee09d966286fb61809662b5bb8458b965779dec1 (diff) | |
| download | bootstrap-8eef162c44bcf72e8169aa458f3ad8179c11ca9c.tar.xz bootstrap-8eef162c44bcf72e8169aa458f3ad8179c11ca9c.zip | |
Match input font size for `.input-group-text` (#27941)
| -rw-r--r-- | scss/_input-group.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 81b33077a..cf4d4436f 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -104,7 +104,7 @@ align-items: center; padding: $input-padding-y $input-padding-x; margin-bottom: 0; // Allow use of <label> elements by overriding our default margin-bottom - font-size: $font-size-base; // Match inputs + font-size: $input-font-size; // Match inputs font-weight: $font-weight-normal; line-height: $input-line-height; color: $input-group-addon-color; |
