From 36e0af01dc32f2722199942d011e6e20bfd3a6dd Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Tue, 20 Jun 2023 11:43:19 -0400 Subject: [PATCH] Making ISM device name column wider. --- 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 72a72b67..d1313e59 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -1283,12 +1283,12 @@ img.openwebrx-mirror-img } #openwebrx-panel-ism-message .device { - width: 160px; + width: 220px; text-align: center; } #openwebrx-panel-ism-message .timestamp { - width: 306px; + width: 246px; max-width: 486px; white-space: pre; text-align: center;