diff --git a/src/dialogs/notifications/persistent-notification-item.ts b/src/dialogs/notifications/persistent-notification-item.ts index 16a615296511..45dd3bcfd44c 100644 --- a/src/dialogs/notifications/persistent-notification-item.ts +++ b/src/dialogs/notifications/persistent-notification-item.ts @@ -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;