Skip to content

Commit

Permalink
Merge pull request #81 from Gosrock/hotfix/mypage
Browse files Browse the repository at this point in the history
fix: width 수정
  • Loading branch information
9yujin authored Aug 17, 2022
2 parents e4cd31d + e44d735 commit 90eeab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mypage/orderList/NotExistTickets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const NotExistTickets = () => {
export default NotExistTickets;

const Wrapper = styled.div`
width: 100%;
width: calc(100% - 36px);
height: calc(100% - 160px);
position: fixed;
Expand Down

0 comments on commit 90eeab2

Please sign in to comment.