From 8d4a729d7cfc465cf6e969f49bac4a3ea6ba1dfd Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sat, 28 Feb 2026 00:52:12 +0100 Subject: [PATCH] [fix](trx-frontend-http): keep control tray within width Co-authored-by: OpenAI Codex Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 1 + 1 file changed, 1 insertion(+) 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 5714373..f9b26d4 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 @@ -109,6 +109,7 @@ body { gap: 0.95rem; width: max(100%, 58rem); min-width: 0; + box-sizing: border-box; padding: 0.95rem 1rem 1rem; border: 1px solid color-mix(in srgb, var(--border-light) 85%, transparent); border-radius: 1rem;