Skip to content

Commit

Permalink
fix(chart): remove spacing from tooltip
Browse files Browse the repository at this point in the history
solves issues when the popup padding is set (in bootstrap and material)

see telerik/kendo-angular#1247
  • Loading branch information
gyoshev authored and joneff committed Jan 24, 2018
1 parent 5b67399 commit 886483d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/dataviz/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ $chart-title-font-size: 1.143em !default;
transition: left ease-in 80ms, top ease-in 80ms;
}

.k-chart-tooltip-wrapper > .k-popup {
padding: 0;
}

.k-chart-tooltip table {
border-spacing: 0;
border-collapse: collapse;
Expand Down

0 comments on commit 886483d

Please sign in to comment.