Skip to content

Commit

Permalink
fix: set grid wrapper width to full viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
WONYOUNG-HC committed Oct 27, 2024
1 parent 40202aa commit dc3ff98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Attendance/List/AttendanceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ const GridViewWrapper = styled.div`
flex-direction: column;
align-items: flex-start;
min-height: 100vh;
width: 100%;
width: 100vw;
padding: 2rem 10rem;
${media.laptop`
Expand Down

0 comments on commit dc3ff98

Please sign in to comment.