From 5c1261892f8025c1cd05be6968b34fd17daa631a Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Mon, 26 Dec 2016 21:03:22 -0500 Subject: [PATCH] remove the one pixel gap between search input and icon --- app/assets/stylesheets/search.scss.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/search.scss.erb b/app/assets/stylesheets/search.scss.erb index 8958fd05..4f43ecfa 100644 --- a/app/assets/stylesheets/search.scss.erb +++ b/app/assets/stylesheets/search.scss.erb @@ -93,7 +93,7 @@ .sidebarSearchField { float: left; - width: 380px; + width: 379px; padding: 7px 10px 3px 10px; height: 20px; border-top: 1px solid #BDBDBD;