DEB-213: Introdued a minimum height for the table rows, so even if the content is null, the rows are displayed even.

This commit is contained in:
Purwa Shrivastava
2019-05-02 11:31:15 +02:00
parent 98401db922
commit 8eafeffcec

View File

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