This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
xiaoguang_li
/
hue
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
소스 검색
HUE-8469 [frontend] The sql popover comment should scroll when expanded and overflowing
Enrico Berti
7 년 전
부모
3a72580dba
커밋
ac94c20919
4개의 변경된 파일
과
1개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
0
0
desktop/core/src/desktop/static/desktop/css/hue-embedded.css
0
0
desktop/core/src/desktop/static/desktop/css/hue.css
0
0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css
1
0
desktop/core/src/desktop/static/desktop/less/components/hue-popover.less
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0
- 0
desktop/core/src/desktop/static/desktop/css/hue-embedded.css
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0
- 0
desktop/core/src/desktop/static/desktop/css/hue.css
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0
- 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css
+ 1
- 0
desktop/core/src/desktop/static/desktop/less/components/hue-popover.less
파일 보기
@@ -399,6 +399,7 @@
.flex(1 1 100%);
white-space: pre-wrap;
margin-bottom: 2px;
+ overflow: auto;
}
}
이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.