mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 21:36:36 +00:00
Allow to copy text in the notifications panel (#3257)
This commit is contained in:
parent
7fa4b18843
commit
03fee95f68
@ -25,6 +25,10 @@ export class HuiNotificationItemTemplate extends LitElement {
|
|||||||
return css`
|
return css`
|
||||||
.contents {
|
.contents {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
-ms-user-select: text;
|
||||||
|
-webkit-user-select: text;
|
||||||
|
-moz-user-select: text;
|
||||||
|
user-select: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
ha-card .header {
|
ha-card .header {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user