Adjust column width

This commit is contained in:
Thorsten Sommer 2025-05-24 18:18:42 +02:00
parent da0f54f480
commit cd18de50a7
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -71,9 +71,9 @@
<MudTable CanCancelEdit="true" Class="mt-3 mb-6" CommitEditTooltip="@T("Commit Changes")" Elevation="10" FixedHeader="true" Items="@ExampleConversation" Outlined="true" RowEditCancel="@this.ResetItemToOriginalValues" RowEditPreview="@this.BackupItem"> <MudTable CanCancelEdit="true" Class="mt-3 mb-6" CommitEditTooltip="@T("Commit Changes")" Elevation="10" FixedHeader="true" Items="@ExampleConversation" Outlined="true" RowEditCancel="@this.ResetItemToOriginalValues" RowEditPreview="@this.BackupItem">
<ColGroup> <ColGroup>
<col style="width: 16em;" /> <col style="width: 10em;" />
<col/> <col/>
<col style="width: 16em;" /> <col style="width: 10em;" />
</ColGroup> </ColGroup>
<HeaderContent> <HeaderContent>
<MudTh>@T("Role")</MudTh> <MudTh>@T("Role")</MudTh>