mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix tooltip firefox bug in persistent-notification-item (#22363)
This commit is contained in:
parent
df1f26cee7
commit
ca94267c44
@ -51,6 +51,7 @@ export class HuiPersistentNotificationItem extends LitElement {
|
|||||||
static get styles(): CSSResultGroup {
|
static get styles(): CSSResultGroup {
|
||||||
return css`
|
return css`
|
||||||
.time {
|
.time {
|
||||||
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user