fix mobile support on the new forms
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m4s

This commit is contained in:
Lee
2024-04-18 05:48:13 +01:00
parent 269653ed55
commit ea98b2bd5a
3 changed files with 6 additions and 5 deletions

View File

@ -51,7 +51,7 @@ export function LookupServer({ currentPlatform }: LookupServerProps): ReactEleme
lookupServer(form.get("platform") as ServerPlatform, form.get("query") as string);
}}
>
<div className="flex gap-2 justify-center">
<div className="flex gap-2 justify-center flex-wrap">
<div className="flex flex-col gap-2 items-start">
<Label htmlFor="platform">Platform</Label>
<Select name="platform" defaultValue={currentPlatform}>