Skip to content

Commit

Permalink
fix: column size of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rengert committed Sep 11, 2022
1 parent 4ea9b17 commit f67ed99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ng-container>

<ng-container matColumnDef="actions">
<th *matHeaderCellDef mat-header-cell>
<th *matHeaderCellDef mat-header-cell [style.width.rem]="(+delete+ +edit) * 2.5" style="text-align: center">
{{ (translateKey + 'actions' | lowercase) | translate }}
</th>
<td *matCellDef="let element" mat-cell>
Expand Down

0 comments on commit f67ed99

Please sign in to comment.