Make table headers font-weight normal (#156)

This commit is contained in:
Misha Bragin
2023-03-27 15:59:18 +02:00
committed by GitHub
parent 5bd94eff56
commit 8e038cf242

View File

@@ -139,4 +139,8 @@ body {
.ant-steps-item-tail {
border: none;
}
.ant-table-thead .ant-table-cell {
font-weight: normal !important;
}