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; }