Skip to content
This repository was archived by the owner on Apr 15, 2019. It is now read-only.

Commit 886483d

Browse files
gyoshevjoneff
authored andcommitted
fix(chart): remove spacing from tooltip
solves issues when the popup padding is set (in bootstrap and material) see telerik/kendo-angular#1247
1 parent 5b67399 commit 886483d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/dataviz/_layout.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ $chart-title-font-size: 1.143em !default;
5353
transition: left ease-in 80ms, top ease-in 80ms;
5454
}
5555

56+
.k-chart-tooltip-wrapper > .k-popup {
57+
padding: 0;
58+
}
59+
5660
.k-chart-tooltip table {
5761
border-spacing: 0;
5862
border-collapse: collapse;

0 commit comments

Comments
 (0)