From 8b99b1b77caa1193bcbb6df7c0514b32a85eecd4 Mon Sep 17 00:00:00 2001 From: Arlen Johnson Date: Fri, 27 May 2022 18:13:34 -0400 Subject: [PATCH] Add some further refinements to global search styles (CFM-174) --- app/webroot/css/co-responsive.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/webroot/css/co-responsive.css b/app/webroot/css/co-responsive.css index 09e8f8933..70e85faba 100644 --- a/app/webroot/css/co-responsive.css +++ b/app/webroot/css/co-responsive.css @@ -155,7 +155,7 @@ #search-bar input { width: calc(100vw - 400px); /* XXX this will change as more items get added to the top menu */ border: none; - padding: 0.4em 0.5em; + padding: 0.4em 0.5em 0.4em 1em; height: 44px; } #search-bar input#q:focus-visible {