summaryrefslogtreecommitdiff
path: root/src-migrate/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate/modules')
-rw-r--r--src-migrate/modules/register/components/FormBisnis.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src-migrate/modules/register/components/FormBisnis.tsx b/src-migrate/modules/register/components/FormBisnis.tsx
index 6631cb3b..73de60cb 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-cols-2 gap-x-4 gap-y-2'
+ : 'mt-6 grid grid-cols-2 gap-x-4 gap-y-5 auto-rows-min'
}`}
onSubmit={handleSubmit}
>
@@ -332,11 +332,11 @@ const form: React.FC<FormProps> = ({ type, required, isPKP, chekValid }) => {
)}
</div>
- <div>
+ <div className='bg-red-400 h-full'>
<label className='font-bold' htmlFor='company'>
Nama Bisnis
</label>
- <div className='flex justify-between items-start gap-2 max-h-12 min-h-12 text-sm mt-3'>
+ <div className='flex justify-between items-start gap-2 max-h-11 min-h-11 text-sm mt-3'>
<div className='w-4/5 pr-1 max-h-11'>
<Controller
name='companyType'
@@ -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='max-h-10'>
+ <div className='max-h-10 mt-3'>
<Controller
name='industry_id'
control={control}