Fix tooltip firefox bug in persistent-notification-item (#22363)

This commit is contained in:
Wendelin
2024-10-14 15:47:12 +02:00
committed by GitHub
parent df1f26cee7
commit ca94267c44

View File

@@ -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;