Skip to content

Commit f22e1a6

Browse files
authored
fix(input-group): fix helper text spacing in material theme (#15275)
1 parent 89f3abe commit f22e1a6

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
@@ -338,14 +338,14 @@
338338
);
339339

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

347347
$hint-spacing-inline: map.get((
348-
'material': rem(16px),
348+
'material': sizable(rem(14px), rem(16px), rem(18px)),
349349
'fluent': 0,
350350
'bootstrap': 0,
351351
'indigo': 0,
@@ -1387,7 +1387,7 @@
13871387
position: relative;
13881388
display: flex;
13891389
padding-block-start: $hint-spacing-block;
1390-
padding-inline-start: $hint-spacing-inline;
1390+
padding-inline: $hint-spacing-inline;
13911391

13921392
justify-content: space-between;
13931393

0 commit comments

Comments
 (0)