Fix Timeline dot not working with Tooltip, close #11250

pull/11265/head
afc163 7 years ago
parent 44ea5b2998
commit 0e3b67e999

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

Loading…
Cancel
Save