Skip to content

Commit 5cbfbad

Browse files
committed
style: lint
1 parent bb5ff9e commit 5cbfbad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/src/components/input/input.common.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -478,10 +478,10 @@
478478
* Ensures the input does not
479479
* overlap the label.
480480
*/
481-
:host(.input-label-placement-stacked) input,
482-
:host(.input-label-placement-floating) input {
483-
@include margin(1px, 0, 0, 0);
484-
}
481+
:host(.input-label-placement-stacked) input,
482+
:host(.input-label-placement-floating) input {
483+
@include margin(1px, 0, 0, 0);
484+
}
485485

486486
/**
487487
* The input should be hidden when the label

0 commit comments

Comments
 (0)