Skip to content

Commit 924efea

Browse files
authored
fix(input-group): fix helper text spacing in material theme (#15276)
1 parent 867aac4 commit 924efea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,14 +340,14 @@
340340
);
341341

342342
$hint-spacing-block: map.get((
343-
'material': rem(5px),
343+
'material': rem(4px),
344344
'fluent': rem(5px),
345345
'bootstrap': rem(4px),
346346
'indigo': rem(4px),
347347
), $variant);
348348

349349
$hint-spacing-inline: map.get((
350-
'material': rem(16px),
350+
'material': sizable(rem(14px), rem(16px), rem(18px)),
351351
'fluent': 0,
352352
'bootstrap': 0,
353353
'indigo': 0,
@@ -1389,7 +1389,7 @@
13891389
position: relative;
13901390
display: flex;
13911391
padding-block-start: $hint-spacing-block;
1392-
padding-inline-start: $hint-spacing-inline;
1392+
padding-inline: $hint-spacing-inline;
13931393

13941394
justify-content: space-between;
13951395

0 commit comments

Comments
 (0)