Skip to content

Commit

Permalink
[Fix] 중앙 차트부분 화면 비율 조정
Browse files Browse the repository at this point in the history
- 중앙 차트 로드 시 화면비율 깨지는 문제 해결

Issues #122
  • Loading branch information
novice1993 committed Oct 3, 2023
1 parent 4b4a0b5 commit 211b2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/CentralChart/Index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Container = styled.div`
`;

const LoadingContainer = styled.div`
width: 100%;
flex: 6.7 0 0;
min-width: 630px;
height: 100%;
display: flex;
Expand Down

0 comments on commit 211b2a7

Please sign in to comment.