diff --git a/src/components/form/Flash/index.tsx b/src/components/form/Flash/index.tsx index 0adfdc9c..860ecb42 100644 --- a/src/components/form/Flash/index.tsx +++ b/src/components/form/Flash/index.tsx @@ -473,12 +473,10 @@ const STitleField = styled('div', { width: '100%', }); const SFileInputWrapper = styled('div', { - display: 'grid', - gridTemplateColumns: 'repeat(3, 1fr)', - gap: '16px', + width: '260px', - '@tablet': { - gridTemplateColumns: 'repeat(2, 1fr)', + '@mobile': { + width: '256px', }, }); const SApplicationFieldWrapper = styled('div', {