1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 22:41:20 +02:00

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>
This commit is contained in:
Gaël Poupard
2021-06-03 18:02:46 +02:00
committed by GitHub
parent c98657b830
commit dbda13d5ef
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
> .form-control,
> .form-select {
height: $form-floating-height;
line-height: $form-floating-line-height;
}
> label {