aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-08-18 20:15:44 -0700
committerXhmikosR <[email protected]>2018-08-25 19:02:15 +0300
commit3a02f21b33928117abb8302b6d7fa439fc8472f1 (patch)
tree8cda50691e3ec12ddacf3cc6ed8158c9a85a8d59
parentdf3993a600a6137d28cfdfb2af990db3d997bcb7 (diff)
downloadbootstrap-3a02f21b33928117abb8302b6d7fa439fc8472f1.tar.xz
bootstrap-3a02f21b33928117abb8302b6d7fa439fc8472f1.zip
Specify new height for inputs in floating label example after v4.1.3's addition of a fixed height property on .form-control
-rw-r--r--site/docs/4.1/examples/floating-labels/floating-labels.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/docs/4.1/examples/floating-labels/floating-labels.css b/site/docs/4.1/examples/floating-labels/floating-labels.css
index 7b5a7d2e3..b929a45c0 100644
--- a/site/docs/4.1/examples/floating-labels/floating-labels.css
+++ b/site/docs/4.1/examples/floating-labels/floating-labels.css
@@ -32,6 +32,7 @@ body {
.form-label-group > input,
.form-label-group > label {
+ height: 3.125rem;
padding: var(--input-padding-y) var(--input-padding-x);
}