Skip to content

Commit cefacca

Browse files
authored
fix(grid): remove column actions input field negative margin (#15949)
1 parent 61324de commit cefacca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/column-actions/_column-actions-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
%column-actions-input {
9797
font-size: rem(16px) !important;
98-
margin: rem(-16px) 0 0 !important;
98+
margin: 0 !important;
9999
padding: rem(8px) rem(16px);
100100
}
101101

0 commit comments

Comments
 (0)