Skip to content

Commit 67a6fb4

Browse files
authored
Fix localised search string from wrapping search box (#2630)
1 parent 23584c9 commit 67a6fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gitbook/src/components/Header/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export function Header(props: {
123123
<div
124124
className={tcls(
125125
'flex',
126-
'md:w-56',
126+
'md:min-w-56',
127127
'grow-0',
128128
'shrink-0',
129129
'justify-self-end',

0 commit comments

Comments
 (0)