Skip to content

Commit 2b239df

Browse files
Svetloslav15hanastasovzdrawkusimeonoffdesig9stein
authored
fix(textarea): style misplacement of resizer (#10757)
* fix(textarea): style misalignment of resizer * feat(input-group): change the padding of for the type-border input Co-authored-by: Hristo <[email protected]> Co-authored-by: Zdravko Kolev <[email protected]> Co-authored-by: Simeon Simeonoff <[email protected]> Co-authored-by: MPopov <[email protected]>
1 parent a2605a0 commit 2b239df

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,10 +533,15 @@
533533
}
534534

535535
%form-group-bundle--border {
536-
padding: 0 rem(16px, map.get($base-scale-size, 'comfortable'));
536+
padding: 0 0 0 rem(16px, map.get($base-scale-size, 'comfortable'));
537537
box-shadow: inset 0 0 0 1px var-get($theme, 'border-color');
538538
border-radius: var-get($theme, 'border-border-radius');
539539
background: var-get($theme, 'border-background');
540+
541+
igx-suffix,
542+
[igxSuffix] {
543+
padding-right: rem(16px, map.get($base-scale-size, 'comfortable'));
544+
}
540545
}
541546

542547
%form-group-bundle--border-cosy {

0 commit comments

Comments
 (0)