mirror of https://github.com/twbs/bootstrap.git
Fix floating labels
This commit is contained in:
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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue