fix mobile responsiveness for search dialog
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m11s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m11s
This commit is contained in:
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"
|
||||
|
Loading…
Reference in New Issue
Block a user