From e2c83edd2a924a69eb0840fcc2c22b2f43a82b73 Mon Sep 17 00:00:00 2001 From: you Date: Thu, 19 Mar 2026 21:11:28 +0000 Subject: [PATCH] fix: chat message bubble max-width constraint closes #21 --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index 27b4523..504b56a 100644 --- a/public/style.css +++ b/public/style.css @@ -1273,3 +1273,4 @@ tr[data-hops]:hover { background: rgba(59,130,246,0.1); } @media (pointer: coarse) { .panel-resize-handle { width: 12px !important; } } +/* #21 — max-width applied via .ch-msg-bubble rule above */