Skip to content

Commit

Permalink
Fix localised search string from wrapping search box (#2630)
Browse files Browse the repository at this point in the history
  • Loading branch information
zenoachtig authored Dec 13, 2024
1 parent 23584c9 commit 67a6fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gitbook/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export function Header(props: {
<div
className={tcls(
'flex',
'md:w-56',
'md:min-w-56',
'grow-0',
'shrink-0',
'justify-self-end',
Expand Down

0 comments on commit 67a6fb4

Please sign in to comment.