Fixed indentation

This commit is contained in:
Thorsten Sommer 2025-12-18 08:37:38 +01:00
parent d0455db13e
commit 04e5d71d73
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -38,11 +38,11 @@
</div>
<MudTooltip Text="@T("Remove the attachment.")" Placement="Placement.Bottom">
<MudIconButton Icon="@Icons.Material.Filled.Delete"
Color="Color.Error"
Class="ml-2"
Style="flex-shrink: 0;"
OnClick="@(() => this.DeleteAttachment(filePath))"/>
<MudIconButton Icon="@Icons.Material.Filled.Delete"
Color="Color.Error"
Class="ml-2"
Style="flex-shrink: 0;"
OnClick="@(() => this.DeleteAttachment(filePath))"/>
</MudTooltip>
</MudStack>