Fix critical editor dialog layout

This commit is contained in:
2026-03-14 15:26:28 +01:00
parent 45e8a26d96
commit 19164736ad
3 changed files with 18 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
}
else
{
<EditForm Model="Model" OnSubmit="HandleSubmitAsync">
<EditForm Model="Model" OnSubmit="HandleSubmitAsync" class="critical-editor-form">
<div class="critical-editor-body">
@if (!string.IsNullOrWhiteSpace(ErrorMessage))
{