File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
projects/igniteui-angular/src/lib/core/styles/components/grid Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 2121 flex-grow : 1 ;
2222 box-shadow : igx-elevation ($elevations , 12 );
2323 overflow : auto ;
24+ min-width : rem (320px );
2425 }
2526
2627 %grid-excel-filter--inline {
5758 display : flex ;
5859 flex-direction : column ;
5960 height : 100% ;
60- width : 320px ;
61- min-width : 320px ;
6261 background : --var ($theme , ' filtering-row-background' );
63- border-radius : 4px ;
62+ // TODO The border-radius should not be hardcoded.
63+ border-radius : rem (4px );
6464
6565 @include igx-button-group (igx-button-group-theme (
6666 $shadow : none ,
9090 [igxButton ] + [igxButton ] {
9191 margin- #{$left } : rem (4px );
9292 }
93+
94+ %grid-excel-actions__action {
95+ padding : 0 !important ;
96+ margin : 0 !important ;
97+ }
98+
99+ %grid-excel-actions__action ,
100+ %grid-excel-actions--selected {
101+ justify-content : center ;
102+ }
93103 }
94104
95105 %grid-excel-menu__footer {
You can’t perform that action at this time.
0 commit comments