Skip to content

Commit 8eef162

Browse files
MartijnCuppensXhmikosR
authored andcommitted
Match input font size for .input-group-text (#27941)
1 parent ee09d96 commit 8eef162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_input-group.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
align-items: center;
105105
padding: $input-padding-y $input-padding-x;
106106
margin-bottom: 0; // Allow use of <label> elements by overriding our default margin-bottom
107-
font-size: $font-size-base; // Match inputs
107+
font-size: $input-font-size; // Match inputs
108108
font-weight: $font-weight-normal;
109109
line-height: $input-line-height;
110110
color: $input-group-addon-color;

0 commit comments

Comments
 (0)