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:
@@ -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">
|
||||
|
Reference in New Issue
Block a user