2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

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