Skip to content

Commit

Permalink
Fix tooltip more info (#23605)
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten authored Jan 6, 2025
1 parent ffff797 commit ebcee76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/entity/state-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@ class StateInfo extends LitElement {
${this.inDialog
? html`<div class="time-ago">
<ha-relative-time
id="last_changed"
.hass=${this.hass}
.datetime=${this.stateObj.last_changed}
capitalize
></ha-relative-time>
<simple-tooltip animation-delay="0" for="last_changed">
<simple-tooltip animation-delay="0">
<div>
<div class="row">
<span class="column-name">
Expand Down Expand Up @@ -99,6 +98,7 @@ class StateInfo extends LitElement {
height: 100%;
min-width: 0;
text-align: var(--float-start);
position: relative;
}
.name {
Expand Down

0 comments on commit ebcee76

Please sign in to comment.