From 0f70c8177618d1ff2c311efd127f9899e1f65829 Mon Sep 17 00:00:00 2001 From: Unsloth Date: Wed, 29 Jul 2026 01:33:56 -0700 Subject: [PATCH] Studio: align the three Agents column headers The Coding agent header carries a padded docs link, so it measured taller than the plain labels beside it and pushed its select down. Pin every column header to the same height. --- .../src/features/settings/tabs/agents-tab.tsx | 32 +++++++++++-------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/studio/frontend/src/features/settings/tabs/agents-tab.tsx b/studio/frontend/src/features/settings/tabs/agents-tab.tsx index c4c464d62a..a8ef07234b 100644 --- a/studio/frontend/src/features/settings/tabs/agents-tab.tsx +++ b/studio/frontend/src/features/settings/tabs/agents-tab.tsx @@ -1119,7 +1119,9 @@ export function AgentsTab() {
-
+ {/* Fixed height on every column header, so the padded docs link + here cannot push this control below the other two. */} +
- - {t("settings.agents.model")} - +
+ + {t("settings.agents.model")} + +
{ @@ -1289,12 +1293,14 @@ export function AgentsTab() {
- - {t("settings.agents.quantization")} - +
+ + {t("settings.agents.quantization")} + +