1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 20:31:26 +02:00
This commit is contained in:
Mark Otto
2016-10-09 19:55:58 -07:00
parent 898ffde1e6
commit ef5bbffd55
16 changed files with 36 additions and 16 deletions

View File

@@ -1996,7 +1996,7 @@ pre code {
}
select.form-control:not([size]):not([multiple]) {
height: 2.5rem;
height: calc(2.5rem - 2px);
}
select.form-control:focus::-ms-value {
@@ -3521,6 +3521,7 @@ tbody.collapse.in {
.custom-select {
display: inline-block;
max-width: 100%;
height: calc(2.5rem - 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
padding-right: 0.75rem \9;
color: #55595c;
@@ -5965,6 +5966,10 @@ a.bg-inverse:focus, a.bg-inverse:hover {
width: 100% !important;
}
.h-100 {
height: 100% !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;