From 57bb84a2dfdb95676335f92e5faf2506be118b01 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Thu, 26 Mar 2026 21:28:30 +0100 Subject: [PATCH] fix: align edit and save/cancel buttons after badges on AgentHealth Moved edit pencil and save/cancel actions to sit right after the last badge field instead of at the start or far right of the config bar. Co-Authored-By: Claude Opus 4.6 (1M context) --- ui/src/pages/AgentHealth/AgentHealth.module.css | 1 - ui/src/pages/AgentHealth/AgentHealth.tsx | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ui/src/pages/AgentHealth/AgentHealth.module.css b/ui/src/pages/AgentHealth/AgentHealth.module.css index f83dfec6..64bd44b1 100644 --- a/ui/src/pages/AgentHealth/AgentHealth.module.css +++ b/ui/src/pages/AgentHealth/AgentHealth.module.css @@ -106,7 +106,6 @@ line-height: 1; display: inline-flex; align-self: flex-end; - margin-left: auto; } .configEditBtn:hover { diff --git a/ui/src/pages/AgentHealth/AgentHealth.tsx b/ui/src/pages/AgentHealth/AgentHealth.tsx index 458fcb96..0103698c 100644 --- a/ui/src/pages/AgentHealth/AgentHealth.tsx +++ b/ui/src/pages/AgentHealth/AgentHealth.tsx @@ -527,10 +527,6 @@ export default function AgentHealth() {
{configEditing ? ( <> -
- - -
Log Level