[QSO][CSS] Set the correct bottom margin of the radio status box

这个提交包含在:
Peter Goodhall 2023-08-15 13:29:27 +01:00
父节点 84cb8e1c04
当前提交 6a8cc38921

查看文件

@ -507,4 +507,8 @@ div#station_logbooks_linked_table_paginate {
.highcharts-data-table tr:hover {
background: #f1f7ff;
}
#radio_cat_state {
margin-bottom: 10px;
}