Skip to content

Commit 9463ca8

Browse files
authored
fix(grid): remove column actions input field negative margin (#15950)
1 parent 9e2db60 commit 9463ca8

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
@@ -100,7 +100,7 @@
100100

101101
%column-actions-input {
102102
font-size: rem(16px) !important;
103-
margin: rem(-16px) 0 0 !important;
103+
margin: 0 !important;
104104
padding: rem(8px) rem(16px);
105105
}
106106

0 commit comments

Comments
 (0)