aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouismaximepiton <[email protected]>2022-08-01 12:01:32 +0200
committerMark Otto <[email protected]>2022-08-01 08:59:22 -0700
commitc22dd50e1b3539685c609e0e0b37ba52bb2312cf (patch)
treeb8fc1015852c71b7749b326dfa7cd63f59898816
parenta4f81c04b5da87b9b05ceeeee87ae235f836d4e6 (diff)
downloadbootstrap-c22dd50e1b3539685c609e0e0b37ba52bb2312cf.tar.xz
bootstrap-c22dd50e1b3539685c609e0e0b37ba52bb2312cf.zip
Fix floating labels
-rw-r--r--scss/forms/_floating-labels.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/forms/_floating-labels.scss b/scss/forms/_floating-labels.scss
index acefe4ebc..6e5c9a75f 100644
--- a/scss/forms/_floating-labels.scss
+++ b/scss/forms/_floating-labels.scss
@@ -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;