Skip to content

Commit

Permalink
Merge pull request #56 from qlik-oss/DEB-213/misalignedTable
Browse files Browse the repository at this point in the history
DEB-213: Introdued a minimum height for the table rows, so even if th…
  • Loading branch information
PurwaShrivastava authored May 2, 2019
2 parents 98401db + 8eafeff commit 26de3b6
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 26de3b6

Please sign in to comment.