mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Match input font size for .input-group-text
(#27941)
This commit is contained in:
parent
ee09d96628
commit
8eef162c44
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue