refactor(FE): Add bottom margin to production standards text

This commit is contained in:
rstubryan
2026-01-15 16:28:32 +07:00
parent c7b4361cb6
commit 0a5414a3ac
@@ -3010,7 +3010,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
}} }}
/> />
) : ( ) : (
<p className='text-sm text-gray-500'> <p className='text-sm text-gray-500 mb-8'>
Tidak ada data Production standards Tidak ada data Production standards
</p> </p>
)} )}