Skip to content

Commit e4bfc9d

Browse files
author
MPopov
committed
fix(ESF): misaligned icon
1 parent d3c1646 commit e4bfc9d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_excel-filtering-theme.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,16 @@
9595
[igxButton] + [igxButton] {
9696
margin-#{$left}: rem(4px);
9797
}
98+
99+
%grid-excel-actions__action {
100+
padding: 0 !important;
101+
margin: 0 !important;
102+
}
103+
104+
%grid-excel-actions__action,
105+
%grid-excel-actions--selected {
106+
justify-content: center;
107+
}
98108
}
99109

100110
%grid-excel-menu__footer {

0 commit comments

Comments
 (0)