Skip to content

Commit f15f128

Browse files
author
MPopov
committed
fix(input): Fix required field label position in chrome
Signed-off-by: MPopov <desig9stein@gmail.com>
1 parent 66420c8 commit f15f128

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/input/_input-group-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,7 @@
841841
font-size: inherit;
842842
vertical-align: top;
843843
margin-left: $required-symbol-margin; /* 2px base is 16px */
844+
display: inline-block;
844845
}
845846
}
846847

0 commit comments

Comments
 (0)