From 83c85b6961ed8fb5638909aad24f47eae5a81f66 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Mar 02 2017 02:37:17 +0000 Subject: Fix input text height to match to button Fixes https://pagure.io/pagure/issue/2022 Signed-off-by: Abhijeet Kasurde --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index f042b34..2de2af7 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -660,11 +660,11 @@ a.nav-link.btn{ } .input-sm { - height: 28px; -/* - font-size: 10px; -*/ - line-height: 14px; + height: 27px; + /* + font-size: 10px; + */ + line-height: 14px; } .codehilite .hll { background-color: #ffffcc }