Skip to content

Commit bcd2508

Browse files
committed
fix: Top label for textarea
1 parent 50052e5 commit bcd2508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/float-label.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
/*transition-all duration-200*/;
3737
}
3838

39-
textarea.float-input .float-label {
39+
&:has(textarea.float-input) .float-label {
4040
@apply self-start;
4141
}
4242
}

0 commit comments

Comments
 (0)