mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-21 15:50:17 +01:00
fix table alignment for long messages
This commit is contained in:
parent
976c15d29a
commit
14198aaa17
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue