Browse Source

Fix styling

pull/648/head
Thomas 4 years ago
parent
commit
1902cbeb93
  1. 8
      libs/ui/src/lib/activities-table/activities-table.component.html

8
libs/ui/src/lib/activities-table/activities-table.component.html

@ -80,7 +80,7 @@
<th *matHeaderCellDef class="px-1" i18n mat-header-cell mat-sort-header> <th *matHeaderCellDef class="px-1" i18n mat-header-cell mat-sort-header>
Type Type
</th> </th>
<td mat-cell *matCellDef="let element" class="px-1"> <td *matCellDef="let element" mat-cell class="px-1">
<div <div
class="d-inline-flex p-1 type-badge" class="d-inline-flex p-1 type-badge"
[ngClass]="{ [ngClass]="{
@ -262,11 +262,7 @@
<span class="d-none d-lg-block">{{ element.Account?.name }}</span> <span class="d-none d-lg-block">{{ element.Account?.name }}</span>
</div> </div>
</td> </td>
<td <td *matFooterCellDef class="px-1" mat-footer-cell></td>
*matFooterCellDef
class="d-none d-lg-table-cell px-1"
mat-footer-cell
></td>
</ng-container> </ng-container>
<ng-container matColumnDef="actions"> <ng-container matColumnDef="actions">

Loading…
Cancel
Save