Merge branch 'feature/tt-table-header-class' into 'master'

Feature/tt table header class

See merge request fronk/thetool!502
This commit is contained in:
Luca Haid
2024-07-23 14:19:55 +00:00

View File

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