Commit 4ed95f5f authored by Mark Otto's avatar Mark Otto

fixes #15497: increase decimals on line-height-large from 1.33 to 1.3333333 to...

fixes #15497: increase decimals on line-height-large from 1.33 to 1.3333333 to fix button sizing in Win 8.1 Chrome
parent 06c00d55
......@@ -2716,7 +2716,7 @@ select[multiple].form-group-sm .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg {
......@@ -2731,7 +2731,7 @@ select[multiple].input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
line-height: 1.3333333;
border-radius: 6px;
}
select.form-group-lg .form-control {
......@@ -2746,7 +2746,7 @@ select[multiple].form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
......@@ -2956,7 +2956,7 @@ select[multiple].form-group-lg .form-control {
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 14.3px;
padding-top: 14.333333px;
}
}
@media (min-width: 768px) {
......@@ -3325,7 +3325,7 @@ fieldset[disabled] .btn-link:focus {
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
......@@ -3723,7 +3723,7 @@ tbody.collapse.in {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-group-lg > .form-control,
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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">
......
This diff is collapsed.
This diff is collapsed.
......@@ -2716,7 +2716,7 @@ select[multiple].form-group-sm .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg {
......@@ -2731,7 +2731,7 @@ select[multiple].input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
line-height: 1.3333333;
border-radius: 6px;
}
select.form-group-lg .form-control {
......@@ -2746,7 +2746,7 @@ select[multiple].form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
......@@ -2956,7 +2956,7 @@ select[multiple].form-group-lg .form-control {
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 14.3px;
padding-top: 14.333333px;
}
}
@media (min-width: 768px) {
......@@ -3325,7 +3325,7 @@ fieldset[disabled] .btn-link:focus {
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
......@@ -3723,7 +3723,7 @@ tbody.collapse.in {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-group-lg > .form-control,
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -99,7 +99,7 @@
@padding-xs-vertical: 1px;
@padding-xs-horizontal: 5px;
@line-height-large: 1.33;
@line-height-large: 1.3333333; // extra decimals for Win 8.1 Chrome
@line-height-small: 1.5;
@border-radius-base: 4px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment