Skip to content
This repository was archived by the owner on Feb 25, 2023. It is now read-only.

Commit a47cbc3

Browse files
Fix unnecessary margin on search box in Firefox (#2255)
1 parent 9ef7f9d commit a47cbc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/css/search.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ h1 {
8686
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
8787
white-space: pre-wrap;
8888
z-index: 1;
89+
margin: 0;
8990
}
9091
.search-button {
9192
flex: 0 0 auto;

0 commit comments

Comments
 (0)