mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02:00
Fix floating labels
This commit is contained in:
committed by
Mark Otto
parent
a4f81c04b5
commit
c22dd50e1b
@@ -16,6 +16,7 @@
|
|||||||
height: 100%; // allow textareas
|
height: 100%; // allow textareas
|
||||||
padding: $form-floating-padding-y $form-floating-padding-x;
|
padding: $form-floating-padding-y $form-floating-padding-x;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
text-align: start;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
Reference in New Issue
Block a user