mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Adjust spacing in UniformityForm
This commit is contained in:
@@ -582,7 +582,7 @@ const UniformityForm = ({
|
||||
<label
|
||||
htmlFor='file-upload-input'
|
||||
className={cn(
|
||||
"w-full text-sm font-normal leading-7 after:content-['*'] after:ml-0.5 after:text-red-500",
|
||||
"w-full text-sm font-normal leading-7 after:content-['*'] after:ml-0.5 after:text-red-500 py-2",
|
||||
formik.touched.document &&
|
||||
formik.errors.document &&
|
||||
'text-red-500'
|
||||
@@ -622,7 +622,7 @@ const UniformityForm = ({
|
||||
|
||||
<section
|
||||
className={cn(
|
||||
'h-full w-full border rounded-2xl border-dashed cursor-pointer mt-2',
|
||||
'h-full w-full border rounded-2xl border-dashed cursor-pointer',
|
||||
formik.touched.document && formik.errors.document
|
||||
? 'border-red-500'
|
||||
: 'border-gray-300'
|
||||
@@ -758,7 +758,7 @@ const UniformityForm = ({
|
||||
|
||||
{!isNextStep && (
|
||||
<>
|
||||
<div className='border-t border-base-content/10 -mx-4 mt-3' />
|
||||
<div className='border-t border-base-content/10 -mx-4 mt-4' />
|
||||
<RequirePermission permissions='lti.production.uniformity.create'>
|
||||
<Button
|
||||
type='submit'
|
||||
|
||||
Reference in New Issue
Block a user