aboutsummaryrefslogtreecommitdiff
path: root/scss/forms
diff options
context:
space:
mode:
authorGaĆ«l Poupard <[email protected]>2021-06-03 18:02:46 +0200
committerGitHub <[email protected]>2021-06-03 19:02:46 +0300
commitdbda13d5ef6897be41f1e872667f6aa30860efb4 (patch)
tree396be94ef079c5c72c92443ba592aec244d70f81 /scss/forms
parentc98657b8303150bfda3bdea750055b83a29b27a3 (diff)
downloadbootstrap-dbda13d5ef6897be41f1e872667f6aa30860efb4.tar.xz
bootstrap-dbda13d5ef6897be41f1e872667f6aa30860efb4.zip
fix(forms): unitless `line-height` for floating labels (#34161)
Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'scss/forms')
-rw-r--r--scss/forms/_floating-labels.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/forms/_floating-labels.scss b/scss/forms/_floating-labels.scss
index 09d9294dc..2f4295480 100644
--- a/scss/forms/_floating-labels.scss
+++ b/scss/forms/_floating-labels.scss
@@ -4,6 +4,7 @@
> .form-control,
> .form-select {
height: $form-floating-height;
+ line-height: $form-floating-line-height;
}
> label {