本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
anoopmb
/
charts
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
18
Wiki
活動
瀏覽代碼
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 {
Write
Preview
Loading…
取消
儲存