File tree Expand file tree Collapse file tree
projects/igniteui-angular/grids/core/src/filtering/excel-style/themes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -496,17 +496,14 @@ $checkbox-indent: (
496496 }
497497
498498 @include e (condition) {
499- display : flex ;
500- flex-wrap : wrap ;
499+ // Grid keeps the sroup spans a second row.
500+ display : grid ;
501+ grid-template-columns : minmax (0 , 1fr ) minmax (0 , 1fr ) auto ;
501502 align-items : center ;
502503 padding-inline : pad-inline (rem (4px ), rem (8px ), rem (16px ));
503- padding-block : 0 ;
504+ padding-block : rem ( 16 px ) ;
504505
505506 igx-select {
506- flex-grow : 1 ;
507- flex-basis : 40% ;
508- margin-block : rem (16px );
509-
510507 ~ igx-input-group ,
511508 ~ igx-date-picker ,
512509 ~ igx-time-picker {
@@ -515,7 +512,10 @@ $checkbox-indent: (
515512 }
516513
517514 igx-buttongroup {
515+ grid-column : 1 / -1 ;
516+ justify-self : start ;
518517 min-width : 30% ;
518+ margin-block-start : rem (16px );
519519 }
520520
521521 [igxIconButton ] {
You can’t perform that action at this time.
0 commit comments