diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2022-10-15 22:43:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-15 22:43:21 -0400 |
commit | a47cbc39e24f0aa2a64e7e787657a0a777d11edb (patch) | |
tree | bf7e356c8e9a0142193433c1d5b648722690d27a /ext/css/search.css | |
parent | 9ef7f9d383561831ab1556f2679593235053a08e (diff) |
Fix unnecessary margin on search box in Firefox (#2255)
Diffstat (limited to 'ext/css/search.css')
-rw-r--r-- | ext/css/search.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/css/search.css b/ext/css/search.css index 78028619..f4e1cd5f 100644 --- a/ext/css/search.css +++ b/ext/css/search.css @@ -86,6 +86,7 @@ h1 { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; white-space: pre-wrap; z-index: 1; + margin: 0; } .search-button { flex: 0 0 auto; |