Skip to content

Commit

Permalink
chore :: 지원서보기 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
phyuna0525 committed Nov 20, 2024
1 parent 89c6151 commit 352ed78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Container = styled.div`

export const TableWrapper = styled.div<{ isRequest: boolean }>`
width: 93.5%;
height: ${({ isRequest }) => (isRequest ? '320px' : '365px')};
min-height: ${({ isRequest }) => (isRequest ? '320px' : '365px')};
display: flex;
flex-direction: column;
justify-content: flex-end;
Expand Down

0 comments on commit 352ed78

Please sign in to comment.