Skip to content

Commit 7b7dcba

Browse files
committed
fix(textarea): material padding
1 parent 6a59d5b commit 7b7dcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@
12171217
}
12181218

12191219
textarea {
1220-
padding-inline-end: rem(4px);
1220+
padding-inline-end: #{pad-inline(rem(12px), rem(14px), rem(16px))};
12211221
width: calc(100% - #{rem(1px)});
12221222
}
12231223
}

0 commit comments

Comments
 (0)