dev-tools-template: allow "select" for whole right panel (except header) (#24713)

developer-tools-template: allow "select" for whole right panel (except header)
This commit is contained in:
ildar170975 2025-03-25 16:32:30 +03:00 committed by GitHub
parent 3c28764264
commit 1e513281f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -320,7 +320,6 @@ ${type === "object"
ha-alert { ha-alert {
margin-bottom: 8px; margin-bottom: 8px;
display: block; display: block;
user-select: text;
} }
.rendered { .rendered {
@ -332,7 +331,6 @@ ${type === "object"
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
direction: ltr; direction: ltr;
user-select: text;
} }
p, p,
@ -340,6 +338,10 @@ ${type === "object"
margin-block-end: 0; margin-block-end: 0;
} }
.render-pane .card-content {
user-select: text;
}
.content.horizontal .render-pane .card-content { .content.horizontal .render-pane .card-content {
overflow: auto; overflow: auto;
max-height: calc( max-height: calc(