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

Commit

Permalink
Fix #431. Empty Text cell shouldn't be hidden.
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho committed Jan 20, 2014
1 parent 7575a0a commit 3fc133b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/backgrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
}

.backgrid tbody tr.empty td {
display: table-cell;
text-align: center;
}

Expand Down
1 change: 1 addition & 0 deletions src/backgrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
}

.backgrid tbody tr.empty td {
display: table-cell;
text-align: center;
}

Expand Down

0 comments on commit 3fc133b

Please sign in to comment.