From be931f3a6843fc2844518b6627b1265ca476e48f Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sat, 16 Feb 2013 15:02:30 +0000 Subject: [PATCH] Fixed overflow of the bearings onto two lines when adding QSOs --- css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/main.css b/css/main.css index 14f34be5..881c7ffe 100644 --- a/css/main.css +++ b/css/main.css @@ -34,4 +34,8 @@ input[type="text"] { .topbar input { width: 100px !important; +} + +input#country { + width: 180px; } \ No newline at end of file