This commit is contained in:
Michele Artini 2024-01-23 10:46:52 +01:00
parent 6bd1e029d5
commit 9fb2a353df
1 changed files with 7 additions and 1 deletions

View File

@ -38,12 +38,18 @@ th.mat-sort-header-sorted {
}
th,
td {
td:not(.mat-calendar-body-cell-container) {
font-size: 0.9em !important;
padding-top: 0.5em !important;
padding-bottom: 0.5em !important;
}
td.mat-calendar-body-cell-container {
font-size: 0.9em !important;
padding-top: 1.4em !important;
padding-bottom: 1.4em !important;
}
th,
td:not(.table-buttons) {
vertical-align: top;