From dbda13d5ef6897be41f1e872667f6aa30860efb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Poupard?= Date: Thu, 3 Jun 2021 18:02:46 +0200 Subject: fix(forms): unitless `line-height` for floating labels (#34161) Co-authored-by: Mark Otto Co-authored-by: XhmikosR --- scss/forms/_floating-labels.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'scss/forms') 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 { -- cgit v1.2.3