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:
parent
06c00d5591
commit
4ed95f5fa2
10 changed files with 20 additions and 20 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue