From ca689129de5ff0f4dea5520d18fc15e6604de00a Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Thu, 26 Sep 2019 21:49:39 +0300 Subject: [PATCH] Align multiple height with single height --- autocomplete.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autocomplete.css b/autocomplete.css index d69ce4d..91dc12a 100644 --- a/autocomplete.css +++ b/autocomplete.css @@ -6,7 +6,7 @@ font-size: 13px; line-height: 20px; padding: 0; - height: 29px; + height: 33px; position: relative; } @@ -136,7 +136,7 @@ border-radius: 2px; background: #e0f0ff; border: 1px solid #c0e0ff; - line-height: 16px; + line-height: 15px; padding: 3px; margin: 2px 4px 2px 0; }