Skip to content

Commit

Permalink
Merge pull request #14 from bolzplatzarena/13-table-uses-to-much-spac…
Browse files Browse the repository at this point in the history
…e-for-action-column

fix: column size of actions
  • Loading branch information
rengert authored Sep 11, 2022
2 parents 0cc2f0b + f67ed99 commit accb4cf
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 accb4cf

Please sign in to comment.