fix mobile responsiveness for search dialog
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m11s

This commit is contained in:
Lee 2024-04-21 02:23:41 +01:00
parent 213cdb1e5c
commit 389c004d16

@ -37,7 +37,7 @@ export function Search(): ReactElement {
<DialogTrigger asChild>
<Button>Search</Button>
</DialogTrigger>
<DialogContent className="w-[600px]">
<DialogContent className="w-screen md:w-[600px]">
<DialogTitle>Search Documentation</DialogTitle>
<input
type="text"