]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Put that new var to use to match form group addons to form controls
authorMark Otto <markdotto@gmail.com>
Mon, 8 Feb 2016 06:47:04 +0000 (22:47 -0800)
committerMark Otto <markdotto@gmail.com>
Mon, 8 Feb 2016 06:47:04 +0000 (22:47 -0800)
scss/_input-group.scss

index 8686069822d1b66f66accc56f0baeaf7348571b3..fd00ddb3f0e9a450ca8576547b78986cb00029f9 100644 (file)
@@ -88,7 +88,7 @@
   margin-bottom: 0; // Allow use of <label> elements by overriding our default margin-bottom
   font-size: $font-size-base;
   font-weight: normal;
-  line-height: 1.5;
+  line-height: $input-line-height;
   color: $input-color;
   text-align: center;
   background-color: $input-group-addon-bg;