From 14198aaa17d168e574d4e4fffb171a21b14082c3 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Fri, 10 Jan 2020 23:25:49 +0100 Subject: [PATCH] fix table alignment for long messages --- htdocs/css/openwebrx.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 5425303..9f0ac6f 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -982,6 +982,7 @@ img.openwebrx-mirror-img #openwebrx-panel-packet-message .message { width: 410px; + max-width: 410px; } #openwebrx-panel-packet-message .callsign { @@ -998,7 +999,9 @@ img.openwebrx-mirror-img } #openwebrx-panel-pocsag-message .message { - width: 400px; + width: 486px; + max-width: 486px; + white-space: pre; } .aprs-symbol {