이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
anoopmb
/
charts
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
18
위키
활동
소스 검색
chore: update tooltip styles
* max-width for tooltip label * remove ellipsis * use normal white-space wrapping
pull/347/head
Shivam Mishra
4 년 전
부모
4f4dd4d36f
커밋
562a9cba55
1개의 변경된 파일
과
3개의 추가작업
그리고
4개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-4
src/css/charts.scss
+ 3
- 4
src/css/charts.scss
파일 보기
@@ -163,12 +163,11 @@
.tooltip-label {
margin-top: 4px;
font-size: 11px;
max-width: 100px;
line-height: 1.25;
max-width: 150px;
white-space: normal;
color: var(--fr-tooltip-label);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.tooltip-value {
쓰기
미리보기
불러오는 중...
취소
저장