Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit de00a1e

Browse files
committed
fix(gatsby-theme-docz): fix search svg icon in firefox #1262
1 parent 06c89e7 commit de00a1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • core/gatsby-theme-docz/src/components/NavSearch

core/gatsby-theme-docz/src/components/NavSearch/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const wrapper = {
22
mb: 3,
3-
display: 'flex',
3+
display: 'inline-flex',
44
alignItems: 'center',
55
}
66

0 commit comments

Comments
 (0)