Fixed table width blowing up.

This commit is contained in:
Marat Fayzullin 2023-05-19 22:55:04 -04:00
parent 4f24581d3d
commit f190f87ee6
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}