2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+1
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;