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

Commit 3fc133b

Browse files
committed
Fix #431. Empty Text cell shouldn't be hidden.
1 parent 7575a0a commit 3fc133b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

lib/backgrid.css

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

7878
.backgrid tbody tr.empty td {
79+
display: table-cell;
7980
text-align: center;
8081
}
8182

src/backgrid.css

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

7878
.backgrid tbody tr.empty td {
79+
display: table-cell;
7980
text-align: center;
8081
}
8182

0 commit comments

Comments
 (0)