Allow to copy text in the notifications panel (#3257)

This commit is contained in:
Ofek Ashery 2019-06-13 07:01:14 +03:00 committed by Paulus Schoutsen
parent 7fa4b18843
commit 03fee95f68

View File

@ -25,6 +25,10 @@ export class HuiNotificationItemTemplate extends LitElement {
return css`
.contents {
padding: 16px;
-ms-user-select: text;
-webkit-user-select: text;
-moz-user-select: text;
user-select: text;
}
ha-card .header {