Skip to content

Commit

Permalink
DEB-213: Introdued a minimum height for the table rows, so even if th…
Browse files Browse the repository at this point in the history
…e content is null, the rows are displayed even.
  • Loading branch information
Purwa Shrivastava committed May 2, 2019
1 parent 98401db commit 8eafeff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
width: auto;
}

tr {
height: 23px;
}

td,
th {
padding: 5px !important; // prevent overwriting from single object
Expand Down

0 comments on commit 8eafeff

Please sign in to comment.