We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a2cfb commit b5548c3Copy full SHA for b5548c3
www/packages/docs-ui/src/components/Search/index.tsx
@@ -80,7 +80,7 @@ export const Search = ({
80
),
81
form: clsx("h-full md:rounded-t-docs_xl bg-transparent"),
82
input: clsx(
83
- "w-full h-full px-docs_1 py-docs_0.75 text-medusa-fg-base",
+ "w-[calc(100%-40px)] h-full px-docs_1 py-docs_0.75 text-medusa-fg-base",
84
"placeholder:text-medusa-fg-muted bg-medusa-bg-base",
85
"md:rounded-t-docs_xl text-compact-large sm:text-compact-medium",
86
"appearance-none search-cancel:hidden border-0 active:outline-none focus:outline-none"
0 commit comments