Skip to content

Commit

Permalink
Fix #10: Material Theme FloatLabel issue
Browse files Browse the repository at this point in the history
  • Loading branch information
habubey committed May 11, 2023
1 parent 41b374b commit 307e17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/material/extensions/_float_label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
textarea.p-filled ~ label,
.p-inputwrapper-focus ~ label,
.p-inputwrapper-filled ~ label {
top: .25rem !important;
top: -1.25rem !important;
margin-top: 0;
background: transparent;
}
Expand Down

0 comments on commit 307e17d

Please sign in to comment.