Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaƫl Poupard <ffoodd@users.noreply.github.com>2021-06-03 19:02:46 +0300
committerGitHub <noreply@github.com>2021-06-03 19:02:46 +0300
commitdbda13d5ef6897be41f1e872667f6aa30860efb4 (patch)
tree396be94ef079c5c72c92443ba592aec244d70f81 /scss/forms
parentc98657b8303150bfda3bdea750055b83a29b27a3 (diff)
fix(forms): unitless `line-height` for floating labels (#34161)
Co-authored-by: Mark Otto <markd.otto@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
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 09d9294dc5..2f42954803 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 {