使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
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 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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 {
撰写
预览
正在加载...
取消
保存