diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-11 11:54:44 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-11 11:54:44 +0700 |
| commit | 62ad06bf66519e0491355edd4171cff71992500d (patch) | |
| tree | 5395ae262f1fb15d0038a1ac7a71368187e2f492 /src-migrate | |
| parent | 689ee880bde0fae548e55316789e8bae852fe7d7 (diff) | |
<iman> update mobile view
Diffstat (limited to 'src-migrate')
| -rw-r--r-- | src-migrate/modules/register/components/FormBisnis.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-migrate/modules/register/components/FormBisnis.tsx b/src-migrate/modules/register/components/FormBisnis.tsx index bc3e1405..6631cb3b 100644 --- a/src-migrate/modules/register/components/FormBisnis.tsx +++ b/src-migrate/modules/register/components/FormBisnis.tsx @@ -296,7 +296,7 @@ const form: React.FC<FormProps> = ({ type, required, isPKP, chekValid }) => { className={` ${ type === 'bisnis' ? 'mt-6 grid grid-cols-1 gap-y-4' - : 'mt-6 grid grid-rows-5 grid-flow-col gap-x-4 gap-y-2' + : 'mt-6 grid grid-cols-2 gap-x-4 gap-y-2' }`} onSubmit={handleSubmit} > @@ -380,7 +380,7 @@ const form: React.FC<FormProps> = ({ type, required, isPKP, chekValid }) => { <label className='font-bold' htmlFor='business_name'> Klasifikasi Jenis Usaha </label> - <div className='mt-5 max-h-10'> + <div className='max-h-10'> <Controller name='industry_id' control={control} |
