Skip to content

Commit

Permalink
Merge pull request #145 from boostcamp-2020/dev
Browse files Browse the repository at this point in the history
fix/history 페이지 너비 조정
  • Loading branch information
GrasshopperBears authored Dec 11, 2020
2 parents 7fc4b70 + 058aa0c commit 1d23a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/src/components/userHistory/HistoryBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const HistoryBox: React.FC<HistoryType> = ({
};

const Wrapper = styled.div`
min-width: 100%;
.am-card-body {
padding: 0 15px;
}
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/user/UserHistoryPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const ButtonDiv = styled.div`

const Wrapper = styled.div`
position: absolute;
width: 100vw;
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 1d23a6a

Please sign in to comment.