Skip to content

Commit 6a59d5b

Browse files
committed
fix(input-group): helper text and line height
1 parent 63d9df7 commit 6a59d5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,6 +1665,7 @@
16651665
%form-group-helper-item {
16661666
@include line-clamp(2, true, true);
16671667

1668+
overflow-wrap: anywhere;
16681669
align-items: center;
16691670
position: relative;
16701671
}
@@ -2035,8 +2036,6 @@
20352036
color: var-get($theme, 'idle-secondary-color');
20362037

20372038
@if $variant == 'fluent' {
2038-
--ig-subtitle-2-line-height: rem(16px);
2039-
20402039
margin-block-end: rem(5px);
20412040
} @else {
20422041
margin-block-end: rem(4px);

0 commit comments

Comments
 (0)