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.