From 127931c13da1735a8ed36dc7ce01050ff34ea2af Mon Sep 17 00:00:00 2001 From: "Vyctor H. Brzezowski" Date: Mon, 17 Aug 2026 23:04:19 -0300 Subject: [PATCH] fix(ui): keep side panel tab labels legible (#125505) --- ui/src/styles/chat/sidebar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/styles/chat/sidebar.css b/ui/src/styles/chat/sidebar.css index 550c5100ed9f..8167e5c7c00b 100644 --- a/ui/src/styles/chat/sidebar.css +++ b/ui/src/styles/chat/sidebar.css @@ -511,7 +511,7 @@ openclaw-chat-sidebar-region, width: max-content; max-width: 100%; min-width: 24px; - align-self: stretch; + align-self: center; align-items: center; flex: 1 1 auto; }