We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2605a0 commit 2b239dfCopy full SHA for 2b239df
projects/igniteui-angular/src/lib/core/styles/components/input/_input-group-theme.scss
@@ -533,10 +533,15 @@
533
}
534
535
%form-group-bundle--border {
536
- padding: 0 rem(16px, map.get($base-scale-size, 'comfortable'));
+ padding: 0 0 0 rem(16px, map.get($base-scale-size, 'comfortable'));
537
box-shadow: inset 0 0 0 1px var-get($theme, 'border-color');
538
border-radius: var-get($theme, 'border-border-radius');
539
background: var-get($theme, 'border-background');
540
+
541
+ igx-suffix,
542
+ [igxSuffix] {
543
+ padding-right: rem(16px, map.get($base-scale-size, 'comfortable'));
544
+ }
545
546
547
%form-group-bundle--border-cosy {
0 commit comments