Skip to content

Commit 336d809

Browse files
committed
fix(input): solid stacked label has correct width
1 parent 952f750 commit 336d809

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

core/src/components/input/input.md.solid.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,6 @@
6767

6868
:host(.input-fill-solid.input-label-placement-stacked) .label-text-wrapper,
6969
:host(.input-fill-solid.input-label-placement-floating) .label-text-wrapper {
70-
max-width: 100%;
71-
}
72-
73-
:host(.has-focus.input-fill-solid.input-label-placement-stacked) .label-text-wrapper,
74-
:host(.has-value.input-fill-solid.input-label-placement-stacked) .label-text-wrapper,
75-
:host(.has-focus.input-fill-solid.input-label-placement-floating) .label-text-wrapper,
76-
:host(.has-value.input-fill-solid.input-label-placement-floating) .label-text-wrapper {
7770
/**
7871
* Label text should not extend
7972
* beyond the bounds of the input.

0 commit comments

Comments
 (0)