From 007eaf6cd00bb84e36b240a6f29f01e61db9c50c Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 20 Sep 2022 10:41:49 +0530 Subject: [PATCH] fix(ui) - missing resources wid - row height --- .../app/components/Dashboard/Widgets/common/table.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Dashboard/Widgets/common/table.module.css b/frontend/app/components/Dashboard/Widgets/common/table.module.css index d49c52040..9c69c1ce5 100644 --- a/frontend/app/components/Dashboard/Widgets/common/table.module.css +++ b/frontend/app/components/Dashboard/Widgets/common/table.module.css @@ -23,7 +23,7 @@ .row { display: flex; align-items: center; - min-height: 54px; + min-height: 50px; font-size: 13px; & .cell {