mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Update join-form.js
This commit is contained in:
parent
84db8459ee
commit
82da9c5000
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ const JoinForm = ({ sx = {} }) => {
|
|||
return (
|
||||
<Card sx={{ maxWidth: 'narrow', mx: 'auto', label: { mb: 3 }, ...sx }}>
|
||||
<form {...formProps}>
|
||||
<Grid columns={2} gap={1} sx={{ columnGap: 3 }}>
|
||||
<Grid columns={[1,2]} gap={1} sx={{ columnGap: 3 }}>
|
||||
<Label>
|
||||
Full name
|
||||
<Input
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue