Skip to content

Commit c6cc006

Browse files
committed
fix(input-group): fix textarea width to not overlap the suffix
1 parent 180899c commit c6cc006

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,21 +1067,18 @@
10671067
}
10681068

10691069
%form-group-textarea--box {
1070-
width: calc(100% + #{rem(16px, map-get($base-scale-size, 'comfortable')) * 2}); /* add the padding to the width */
10711070
margin: 0 -#{rem(16px, map-get($base-scale-size, 'comfortable'))};
10721071
padding-#{$left}: rem(16px, map-get($base-scale-size, 'comfortable'));
10731072
padding-#{$left}: rem(16px, map-get($base-scale-size, 'comfortable'));
10741073
}
10751074

10761075
%form-group-textarea--box-cosy {
1077-
width: calc(100% + #{rem(16px, map-get($base-scale-size, 'cosy')) * 2}); /* add the padding to the width */
10781076
margin: 0 -#{rem(16px, map-get($base-scale-size, 'cosy'))};
10791077
padding-#{$left}: rem(16px, map-get($base-scale-size, 'cosy'));
10801078
padding-#{$left}: rem(16px, map-get($base-scale-size, 'cosy'));
10811079
}
10821080

10831081
%form-group-textarea--box-compact {
1084-
width: calc(100% + #{rem(16px, map-get($base-scale-size, 'compact')) * 2}); /* add the padding to the width */
10851082
margin: 0 -#{rem(16px, map-get($base-scale-size, 'compact'))};
10861083
padding-#{$left}: rem(16px, map-get($base-scale-size, 'compact'));
10871084
padding-#{$left}: rem(16px, map-get($base-scale-size, 'compact'));

0 commit comments

Comments
 (0)