Skip to content

Commit

Permalink
Add some further refinements to global search styles (CFM-174)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Jun 23, 2022
1 parent 4329e26 commit 8b99b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/webroot/css/co-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8b99b1b

Please sign in to comment.