From 8eafeffcecafb12017e678928ba95041e969f135 Mon Sep 17 00:00:00 2001 From: Purwa Shrivastava Date: Thu, 2 May 2019 11:31:15 +0200 Subject: [PATCH] DEB-213: Introdued a minimum height for the table rows, so even if the content is null, the rows are displayed even. --- src/main.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main.less b/src/main.less index 74a9267..42c1abd 100644 --- a/src/main.less +++ b/src/main.less @@ -37,6 +37,10 @@ width: auto; } + tr { + height: 23px; + } + td, th { padding: 5px !important; // prevent overwriting from single object