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:
parent
8dbd87ff4c
commit
da0ea83e57
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user