Skip to content

Commit

Permalink
Fix tooltip firefox bug in persistent-notification-item (#22363)
Browse files Browse the repository at this point in the history
  • Loading branch information
wendevlin authored Oct 14, 2024
1 parent df1f26c commit ca94267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dialogs/notifications/persistent-notification-item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export class HuiPersistentNotificationItem extends LitElement {
static get styles(): CSSResultGroup {
return css`
.time {
position: relative;
display: flex;
justify-content: flex-end;
margin-top: 6px;
Expand Down

0 comments on commit ca94267

Please sign in to comment.