diff --git a/app/MindWork AI Studio/Assistants/VisualBriefing/VisualBriefingAssistant.razor b/app/MindWork AI Studio/Assistants/VisualBriefing/VisualBriefingAssistant.razor index dae81c2f..0530c33f 100644 --- a/app/MindWork AI Studio/Assistants/VisualBriefing/VisualBriefingAssistant.razor +++ b/app/MindWork AI Studio/Assistants/VisualBriefing/VisualBriefingAssistant.razor @@ -189,11 +189,25 @@ @T("Briefing settings") - - @if (this.SettingsManager.ConfigurationData.Confidence.ShowProviderConfidence) - { - - } + @* + The confidence belongs to the provider chosen right next to it, so both share one row. + Do not add a margin to the button to "correct" its height: a dense outlined select with + a label carries margin-top 8px and margin-bottom 4px of its own, so centring the boxes + already lands within a few pixels of the visible frame, and any added margin makes it + worse. Baseline alignment does not work here either, because the wrapper below takes + its baseline from its last line box, which sits under the input. + *@ + + @* ProviderSelection marks its select as flex-grow-0, and that utility is declared + !important, so StretchItems cannot widen it. The width has to come from here. *@ +
+ +
+ @if (this.SettingsManager.ConfigurationData.Confidence.ShowProviderConfidence) + { + + } +