From f944cc0790cf8faa9f5d7a4fca318642011432e7 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 30 Mar 2026 16:09:40 +0000 Subject: [PATCH] [fix](trx-frontend-http): remove max-width constraint from settings panel The scheduler/settings panel had a max-width: 900px that made it narrower than the statistics panel which has no such constraint. https://claude.ai/code/session_0151QL4vHke3z31jJKAtP1b1 Signed-off-by: Claude --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css index 45662a6..00c46dd 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css @@ -4385,7 +4385,6 @@ button:focus-visible, input:focus-visible, select:focus-visible { ========================================================================= */ .sch-panel { padding: 1rem; - max-width: 900px; } .sch-toast { position: fixed;