Skip to content

Commit

Permalink
feat: add "tooltip--label" class (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
ildar170975 authored Jan 19, 2025
1 parent d708d6a commit 0d3c184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ class MiniGraphCard extends LitElement {
return html`
<div class="state__time">
${this.tooltip.label ? html`
<span>${this.tooltip.label}</span>
<span class="tooltip--label">${this.tooltip.label}</span>
` : html`
<span>${this.tooltip.time[0]}</span> -
<span>${this.tooltip.time[1]}</span>
Expand Down

0 comments on commit 0d3c184

Please sign in to comment.