Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorlouismaximepiton <louismaxime.piton@orange.com>2022-08-01 13:01:32 +0300
committerMark Otto <otto@github.com>2022-08-01 18:59:22 +0300
commitc22dd50e1b3539685c609e0e0b37ba52bb2312cf (patch)
treeb8fc1015852c71b7749b326dfa7cd63f59898816 /scss
parenta4f81c04b5da87b9b05ceeeee87ae235f836d4e6 (diff)
Fix floating labels
Diffstat (limited to 'scss')
-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 acefe4ebc7..6e5c9a75f5 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;