Skip to content

Commit

Permalink
fix: 번쩍 개설 시 이미지 width 를 고정값으로 변경 (디자인 측 요청사항) (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
borimong authored Feb 7, 2025
1 parent 9ce8f38 commit 9e4c819
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/components/form/Flash/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -475,12 +475,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', {
Expand Down

0 comments on commit 9e4c819

Please sign in to comment.