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 Bram Kragten
parent 5c9b53ffb7
commit 2f46caa806

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;