Browse Source

Fix word wrap

pull/5691/head
Thomas Kaul 4 weeks ago
parent
commit
69eda29e6b
  1. 8
      apps/client/src/app/components/access-table/access-table.component.html

8
apps/client/src/app/components/access-table/access-table.component.html

@ -59,12 +59,16 @@
<button
class="mx-1 no-min-width px-2"
mat-button
[matMenuTriggerFor]="transactionMenu"
[matMenuTriggerFor]="accessActionsMenu"
(click)="$event.stopPropagation()"
>
<ion-icon name="ellipsis-horizontal" />
</button>
<mat-menu #transactionMenu="matMenu" xPosition="before">
<mat-menu
#accessActionsMenu="matMenu"
class="no-max-width"
xPosition="before"
>
@if (user?.settings?.isExperimentalFeatures) {
<button mat-menu-item (click)="onUpdateAccess(element.id)">
<span class="align-items-center d-flex">

Loading…
Cancel
Save