Skip to content

Commit c4a0193

Browse files
committed
fix(input-group): align label to input text in material
1 parent c6cc006 commit c4a0193

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,20 +1068,14 @@
10681068

10691069
%form-group-textarea--box {
10701070
margin: 0 -#{rem(16px, map-get($base-scale-size, 'comfortable'))};
1071-
padding-#{$left}: rem(16px, map-get($base-scale-size, 'comfortable'));
1072-
padding-#{$left}: rem(16px, map-get($base-scale-size, 'comfortable'));
10731071
}
10741072

10751073
%form-group-textarea--box-cosy {
10761074
margin: 0 -#{rem(16px, map-get($base-scale-size, 'cosy'))};
1077-
padding-#{$left}: rem(16px, map-get($base-scale-size, 'cosy'));
1078-
padding-#{$left}: rem(16px, map-get($base-scale-size, 'cosy'));
10791075
}
10801076

10811077
%form-group-textarea--box-compact {
10821078
margin: 0 -#{rem(16px, map-get($base-scale-size, 'compact'))};
1083-
padding-#{$left}: rem(16px, map-get($base-scale-size, 'compact'));
1084-
padding-#{$left}: rem(16px, map-get($base-scale-size, 'compact'));
10851079
}
10861080

10871081
%form-group-prefix,

0 commit comments

Comments
 (0)