fix table alignment for long messages

This commit is contained in:
Jakob Ketterl 2020-01-10 23:25:49 +01:00
parent 976c15d29a
commit 14198aaa17

View File

@ -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 {