mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01: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:
parent
df3993a600
commit
3a02f21b33
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user