From 0d0d268f7f7f17a1eaea7f8b8f77caf49d8d11b5 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 15 Jul 2015 21:05:00 +0800 Subject: [PATCH] improve search input style for #47 --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index f621e389a6..d774b48f53 100644 --- a/static/style.css +++ b/static/style.css @@ -163,6 +163,10 @@ a.logo { position: relative; } +#autoComplete { + margin-top: -2px; +} + #autoComplete .ant-select-selection--single { border: transparent; outline: none;