fix mobile support on the new forms
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m4s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m4s
This commit is contained in:
@ -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}>
|
||||
|
Reference in New Issue
Block a user