[CSS] Added some margin to the DXCC info box on the QSO Add page

This commit is contained in:
Peter Goodhall
2023-02-04 13:50:58 +00:00
parent 74b8da6252
commit 20178df2c0

View File

@@ -412,3 +412,7 @@ div#station_logbooks_linked_table_paginate {
.dropdown-menu {
z-index: 2000;
}
.qso_panel .dxccsummary {
margin-bottom: 10px;
}