0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Fix floating labels

This commit is contained in:
louismaximepiton 2022-08-01 12:01:32 +02:00 committed by Mark Otto
parent a4f81c04b5
commit c22dd50e1b

View File

@ -16,6 +16,7 @@
height: 100%; // allow textareas
padding: $form-floating-padding-y $form-floating-padding-x;
overflow: hidden;
text-align: start;
text-overflow: ellipsis;
white-space: nowrap;
pointer-events: none;