UI: Add style only for table widget
This commit is contained in:
parent
f603e30cc0
commit
62da933c2e
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user