Match input font size for `.input-group-text` (#27941)

This commit is contained in:
Martijn Cuppens 2018-12-28 22:18:10 +01:00 committed by XhmikosR
parent ee09d96628
commit 8eef162c44
1 changed files with 1 additions and 1 deletions

View File

@ -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;