From a2e67b7d06af6f03d5d65f54db49b2e9c474fc98 Mon Sep 17 00:00:00 2001 From: Philip Karpiak Date: Mon, 14 Nov 2016 10:45:35 -0500 Subject: [PATCH] Use shorthand property for padding fix --- app/assets/stylesheets/pages/search.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss index 08737739f42..6171a582e85 100644 --- a/app/assets/stylesheets/pages/search.scss +++ b/app/assets/stylesheets/pages/search.scss @@ -30,8 +30,7 @@ .search-input { border: none; font-size: 14px; - padding: 0; - padding-right: 20px; + padding: 0 20px 0 0; margin-left: 5px; line-height: 25px; width: 98%;