Skip to content

Commit 63238aa

Browse files
Andrei CaleniucAndrei Caleniuc
authored andcommitted
fix(grid): styles specificity for empty grid
1 parent 6f98090 commit 63238aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ ui-grid {
244244
}
245245
}
246246

247-
.ui-grid-no-data-container {
247+
.ui-grid-row.ui-grid-no-data-container {
248248
height: 4 * $ui-grid-row-height;
249249
align-items: flex-start;
250250

0 commit comments

Comments
 (0)