Feature/tt table header class

This commit is contained in:
Luca Haid
2024-07-23 14:19:54 +00:00
parent 1a7f18e3a3
commit cd716a2e30

View File

@@ -327,3 +327,8 @@ td {
height: 21px;
grid-column-start: 3;
}
.tt-table-header {
vertical-align: top !important;
text-align: center;
}