From f190f87ee63044e0c5c171d49404f6c4eef896a0 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Fri, 19 May 2023 22:55:04 -0400 Subject: [PATCH] Fixed table width blowing up. --- htdocs/css/openwebrx.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 49dda074..9efab5aa 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -1224,8 +1224,8 @@ img.openwebrx-mirror-img } #openwebrx-panel-flex-message .message { - width: 586px; - max-width: 586px; + width: 566px; + max-width: 566px; column-span: all; word-wrap: break-word; }