Update App.css to adjust flag line-height to 0.7 and hide dashboard cards header in the table body for improved layout.

This commit is contained in:
Tom Butcher 2025-07-19 21:35:32 +01:00
parent 8dbd87ff4c
commit da0ea83e57

View File

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