Skip to content

Commit edb4b2e

Browse files
Andrei CaleniucAndrei Caleniuc
authored andcommitted
fix(grid): display action buttons on one row
1 parent 63238aa commit edb4b2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/angular/components/ui-grid/src/ui-grid.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ ui-grid {
160160
display: flex;
161161
flex-wrap: wrap;
162162
align-items: center;
163+
164+
.ui-grid-action-buttons-selection {
165+
display: flex;
166+
}
163167
}
164168

165169
&-filters {

0 commit comments

Comments
 (0)