Skip to content

Commit 0e02f4b

Browse files
committed
fix(input-group): fix textarea margin
1 parent a1bb894 commit 0e02f4b

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
@@ -1067,15 +1067,15 @@
10671067
}
10681068

10691069
%form-group-textarea--indigo {
1070-
margin-top: -#{rem(24px, map-get($base-scale-size, 'comfortable'))} !important;
1070+
margin-top: -#{rem(18px, map-get($base-scale-size, 'comfortable'))} !important;
10711071
}
10721072

10731073
%form-group-textarea--indigo-cosy {
1074-
margin-top: -#{rem(24px, map-get($base-scale-size, 'cosy'))} !important;
1074+
margin-top: -#{rem(18px, map-get($base-scale-size, 'cosy'))} !important;
10751075
}
10761076

10771077
%form-group-textarea--indigo-compact {
1078-
margin-top: -#{rem(24px, map-get($base-scale-size, 'compact'))} !important;
1078+
margin-top: -#{rem(18px, map-get($base-scale-size, 'compact'))} !important;
10791079
}
10801080

10811081
%form-group-prefix,

0 commit comments

Comments
 (0)