From 20178df2c0e72fd85ad992290e207c6bdcb7f034 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sat, 4 Feb 2023 13:50:58 +0000 Subject: [PATCH] [CSS] Added some margin to the DXCC info box on the QSO Add page --- assets/css/general.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/general.css b/assets/css/general.css index 4099020e..6d5b732c 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -412,3 +412,7 @@ div#station_logbooks_linked_table_paginate { .dropdown-menu { z-index: 2000; } + +.qso_panel .dxccsummary { + margin-bottom: 10px; +} \ No newline at end of file