Skip to content
This repository was archived by the owner on Apr 2, 2019. It is now read-only.

Commit f3d39e6

Browse files
committed
Fix flexible fix for #431
1 parent 3fc133b commit f3d39e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/backgrid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
}
7777

7878
.backgrid tbody tr.empty td {
79-
display: table-cell;
79+
display: inherit;
8080
text-align: center;
8181
}
8282

src/backgrid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
}
7777

7878
.backgrid tbody tr.empty td {
79-
display: table-cell;
79+
display: inherit;
8080
text-align: center;
8181
}
8282

0 commit comments

Comments
 (0)