Fix row colors in category plot

This commit is contained in:
Edgar P. Burkhart 2024-01-02 11:47:58 +01:00
parent caa113859d
commit 3dbc31eebc
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 3 additions and 1 deletions

View File

@ -66,8 +66,10 @@ table.full-width col.bar {
}
}
tbody tr {
.history & tbody tr {
background: initial;
}
tbody tr {
&.empty {
height: 0.5rem;
}