From da0ea83e57d7fec98e2191bf0c7c5c96e683629b Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 19 Jul 2025 21:35:32 +0100 Subject: [PATCH] Update App.css to adjust flag line-height to 0.7 and hide dashboard cards header in the table body for improved layout. --- src/App.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index e7fa2a5..8069c89 100644 --- a/src/App.css +++ b/src/App.css @@ -48,7 +48,7 @@ } .flag { - line-height: 1; + line-height: 0.7; } :root { @@ -60,6 +60,10 @@ } } +.dashboard-cards-header .ant-table-tbody { +display: none; +} + .ant-menu-overflow-item-rest::after { border-bottom: none !important; }