developer-tools-template: allow "select" for ha-alert (#24674)

added "user-select: text" for ha-alert
This commit is contained in:
ildar170975 2025-03-18 10:54:15 +03:00 committed by GitHub
parent a5b7bb8391
commit ddbf57d541
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -320,6 +320,7 @@ ${type === "object"
ha-alert { ha-alert {
margin-bottom: 8px; margin-bottom: 8px;
display: block; display: block;
user-select: text;
} }
.rendered { .rendered {