From ef5bbffd558c63a49c3d64a471138b0e4f5bb660 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 9 Oct 2016 19:55:58 -0700 Subject: grunt --- docs/dist/css/bootstrap-flex.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/dist/css/bootstrap-flex.css') diff --git a/docs/dist/css/bootstrap-flex.css b/docs/dist/css/bootstrap-flex.css index 7ed611247..0712632f5 100644 --- a/docs/dist/css/bootstrap-flex.css +++ b/docs/dist/css/bootstrap-flex.css @@ -2213,7 +2213,7 @@ pre code { } select.form-control:not([size]):not([multiple]) { - height: 2.5rem; + height: calc(2.5rem - 2px); } select.form-control:focus::-ms-value { @@ -3735,6 +3735,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; @@ -6660,6 +6661,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; -- cgit v1.2.3