1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-02 00:06:46 +02:00

fixes #15497: increase decimals on line-height-large from 1.33 to 1.3333333 to fix button sizing in Win 8.1 Chrome

This commit is contained in:
Mark Otto
2015-01-18 15:03:14 -08:00
parent 06c00d5591
commit 4ed95f5fa2
10 changed files with 20 additions and 20 deletions

View File

@@ -229,7 +229,7 @@
</div>
<div class="col-xs-4">
<label for="input-@line-height-large">@line-height-large</label>
<input id="input-@line-height-large" type="text" value="1.33" data-var="@line-height-large" class="form-control"/>
<input id="input-@line-height-large" type="text" value="1.3333333" data-var="@line-height-large" class="form-control"/>
</div>
<div class="clearfix"></div>
<div class="col-xs-4">