Skip to content

Commit

Permalink
Merge pull request #153 from IT-Cotato/hotfix/COT-19_modify_attendace…
Browse files Browse the repository at this point in the history
…_gird_view

hotifx/COT 19 modify attendance grid view
  • Loading branch information
WONYOUNG-HC authored Nov 1, 2024
2 parents 74ae1a4 + dc3ff98 commit 8a004ed
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 8a004ed

Please sign in to comment.