Adjust table style and move elements

This commit is contained in:
Peter Rossa
2023-05-23 20:04:29 +02:00
parent 67c10d25c2
commit 740c7fc463
2 changed files with 7 additions and 4 deletions

View File

@@ -70,3 +70,8 @@ button {
justify-content: end;
}
}
// mat-table
.mat-mdc-table .mat-mdc-row {
height: 42px;
}