Compare commits

...

2 Commits

Author SHA1 Message Date
Purwa Shrivastava
26de3b63ed Merge pull request #56 from qlik-oss/DEB-213/misalignedTable
DEB-213: Introdued a minimum height for the table rows, so even if th…
2019-05-02 13:04:17 +02:00
Purwa Shrivastava
8eafeffcec DEB-213: Introdued a minimum height for the table rows, so even if the content is null, the rows are displayed even. 2019-05-02 11:31:15 +02:00

View File

@@ -37,6 +37,10 @@
width: auto;
}
tr {
height: 23px;
}
td,
th {
padding: 5px !important; // prevent overwriting from single object