-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(view): 우측 그래프 표시 레이아웃이 무너짐 수정 (#576)
* bug: fix layout * fix: 가상 선택자에서 클래스명으로 접근하는 방식으로 수정 * fix: 주석 삭제
- Loading branch information
1 parent
a838853
commit 7fc21eb
Showing
3 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,5 @@ | |
overflow-x: hidden; | ||
overflow-y: scroll; | ||
flex-grow: 1; | ||
width: 100%; | ||
width: 70%; | ||
} |