Skip to content

Commit 1bad52d

Browse files
authored
Merge pull request #5864 from IgniteUI/fix-required-field-label-position-master
fix(input): Fix required field label position in chrome
2 parents 13b70a3 + cae0189 commit 1bad52d

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)