From 18fa36c32b0b263ec8e22c18113638daf6b68800 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Thu, 22 Jan 2026 18:20:51 +0100 Subject: [PATCH] Fixed layout --- .../Components/ConfigurationShortcut.razor | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/MindWork AI Studio/Components/ConfigurationShortcut.razor b/app/MindWork AI Studio/Components/ConfigurationShortcut.razor index c9b63092..41f3b9a3 100644 --- a/app/MindWork AI Studio/Components/ConfigurationShortcut.razor +++ b/app/MindWork AI Studio/Components/ConfigurationShortcut.razor @@ -5,7 +5,7 @@ @if (string.IsNullOrWhiteSpace(this.Shortcut())) { - @T("No shortcut configured") + @T("No shortcut configured") } else { @@ -19,7 +19,8 @@ Size="Size.Small" StartIcon="@Icons.Material.Filled.Edit" OnClick="@this.OpenDialog" - Disabled="@this.IsDisabled"> - @T("Configure") + Disabled="@this.IsDisabled" + Class="mb-1"> + @T("Change shortcut")