Skip to content

Commit 8f31465

Browse files
author
MPopov
committed
fix(igx-hint): position styles
1 parent f06dc38 commit 8f31465

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,6 +1396,11 @@
13961396
justify-content: flex-end;
13971397
}
13981398

1399+
%form-group-helper-item--start,
1400+
%form-group-helper-item--end {
1401+
width: 100%;
1402+
}
1403+
13991404
%form-group-prefix--disabled,
14001405
%form-group-suffix--disabled {
14011406
color: --var($theme, 'disabled-text-color');

0 commit comments

Comments
 (0)