Update src/components/ModForm.tsx
All checks were successful
Release to Staging / build_and_release (push) Successful in 50s
All checks were successful
Release to Staging / build_and_release (push) Successful in 50s
This commit is contained in:
parent
e11e6f1fb2
commit
99d7dbe89d
@ -731,7 +731,10 @@ const DownloadUrlFields = React.memo(
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
width: '100%'
|
width: '100%',
|
||||||
|
display: 'flex',
|
||||||
|
flexDirection: 'column',
|
||||||
|
gap: '10px'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<ImageUpload
|
<ImageUpload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user