UI: Add style only for table widget

This commit is contained in:
Artem Dzhereleiko 2023-08-16 15:23:05 +03:00
parent f603e30cc0
commit 62da933c2e

View File

@ -690,7 +690,10 @@ mat-label {
table-layout: auto;
border-collapse: separate;
margin: 0;
}
.tb-table-widget {
.mat-mdc-table {
.mat-mdc-row {
font-size: 13px;
}
@ -706,6 +709,7 @@ mat-label {
text-transform: inherit;
}
}
}
.mat-mdc-footer-row::after, .mat-mdc-header-row::after, .mat-mdc-row::after {
content: none;