Skip to content

Commit

Permalink
Fix floating labels
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton authored and mdo committed Aug 1, 2022
1 parent a4f81c0 commit c22dd50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/forms/_floating-labels.scss
Expand Up @@ -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;
Expand Down

0 comments on commit c22dd50

Please sign in to comment.