Skip to content

Commit

Permalink
style: 값이 비어있는 경우에 대해 width값 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjiw0n authored and wrryu09 committed Jul 17, 2024
1 parent 7bccda6 commit 050593f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/common/StagingArea/StagingArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const StagingAreaLayout = styled.div`
display: inline-flex;
gap: 0.8rem;
align-items: center;
width: 31.7rem;
height: 76.8rem;
padding: 0 0.1rem 0 0.7rem;
Expand Down

0 comments on commit 050593f

Please sign in to comment.