From e172656bd4ee98655b9ed4c3e989a083780a0a57 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 15 Sep 2024 19:03:51 +0200 Subject: [PATCH] Fixed margin issues in the `ConfigurationText` component --- app/MindWork AI Studio/Components/ConfigurationText.razor | 2 +- app/MindWork AI Studio/wwwroot/changelog/v0.9.12.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/MindWork AI Studio/Components/ConfigurationText.razor b/app/MindWork AI Studio/Components/ConfigurationText.razor index fb76fe79..a3cc3233 100644 --- a/app/MindWork AI Studio/Components/ConfigurationText.razor +++ b/app/MindWork AI Studio/Components/ConfigurationText.razor @@ -6,7 +6,7 @@ TextChanged="@this.InternalUpdate" Label="@this.OptionDescription" Disabled="@this.Disabled()" - Class="mb-3" + Class="@MARGIN_CLASS" Adornment="Adornment.Start" AdornmentIcon="@this.Icon" AdornmentColor="@this.IconColor" diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.12.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.12.md index 2837560d..a2f22b35 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.12.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.12.md @@ -1,3 +1,3 @@ # v0.9.12, build 187 (2024-09-xx xx:xx UTC) - -- Refactored the `ConfigurationText` component to debounce the input field to prevent unnecessary configuration updates. The component now also supports multiline text. \ No newline at end of file +- Fixed margin issues in the `ConfigurationText` component. +- Refactored the `ConfigurationText` component to debounce the input field to prevent unnecessary configuration updates. The component now also supports multiline text.