Browse Source

Styling

pull/1922/head
Fabio Azevedo (CTW) 2 years ago
parent
commit
3dd43fb4b6
  1. 2
      apps/client/src/app/components/platform/platform.component.html
  2. 10
      apps/client/src/app/components/platform/platform.component.scss

2
apps/client/src/app/components/platform/platform.component.html

@ -12,7 +12,7 @@
<ng-container matColumnDef="id"> <ng-container matColumnDef="id">
<th <th
*matHeaderCellDef *matHeaderCellDef
class="px-1 mat-mdc-header-cell" class="px-1"
mat-header-cell mat-header-cell
mat-sort-header="id" mat-sort-header="id"
> >

10
apps/client/src/app/components/platform/platform.component.scss

@ -9,14 +9,4 @@
bottom: 4rem; bottom: 4rem;
z-index: 999; z-index: 999;
} }
.mat-mdc-table {
th {
::ng-deep {
.mat-sort-header-container {
justify-content: inherit;
}
}
}
}
} }

Loading…
Cancel
Save