Fix Timeline dot not working with Tooltip, close #11250

This commit is contained in:
afc163 2018-07-12 11:35:50 +08:00
parent 44ea5b2998
commit 0e3b67e999
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
---
order: 4
title:
title:
zh-CN: 自定义时间轴点
en-US: Custom
---
@ -9,7 +9,7 @@ title:
可以设置为图标或其他自定义元素。
## en-US
## en-US
Set a node as an icon or other custom element.

View File

@ -65,13 +65,13 @@
border-radius: 0;
padding: 3px 1px;
transform: translate(-50%, -50%);
top: 5px;
top: 5.5px;
left: 5px;
width: auto;
}
&-content {
padding: 0 0 0 18px;
margin: 0 0 0 18px;
position: relative;
top: -(@font-size-base * @line-height-base - @font-size-base) + 1px;
}