mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-05 13:50:58 +00: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue