2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

clarify usage of base font-size so we know what's up

This commit is contained in:
Mark Otto
2017-01-03 13:51:06 -08:00
committed by Mark Otto
parent 57d3a25fec
commit 0ffd369afd
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -69,7 +69,7 @@
.input-group-addon {
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;
font-size: $font-size-base; // Match inputs
font-weight: $font-weight-normal;
line-height: $input-line-height;
color: $input-color;