0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Update _floating-labels.scss (#38366)

Co-authored-by: Julien Déramond <juderamond@gmail.com>
This commit is contained in:
jonnysp 2023-04-21 04:49:26 +02:00 committed by GitHub
parent be0206fe31
commit 10afeb51b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
> .form-control-plaintext,
> .form-select {
height: $form-floating-height;
min-height: $form-floating-height;
line-height: $form-floating-line-height;
}