1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 10:05:40 +02:00

Specify new height for inputs in floating label example after v4.1.3's addition of a fixed height property on .form-control

This commit is contained in:
Mark Otto
2018-08-18 20:15:44 -07:00
committed by XhmikosR
parent df3993a600
commit 3a02f21b33

View File

@@ -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);
}