mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
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:
parent
3c28764264
commit
1e513281f4
@ -320,7 +320,6 @@ ${type === "object"
|
||||
ha-alert {
|
||||
margin-bottom: 8px;
|
||||
display: block;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.rendered {
|
||||
@ -332,7 +331,6 @@ ${type === "object"
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
direction: ltr;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
p,
|
||||
@ -340,6 +338,10 @@ ${type === "object"
|
||||
margin-block-end: 0;
|
||||
}
|
||||
|
||||
.render-pane .card-content {
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.content.horizontal .render-pane .card-content {
|
||||
overflow: auto;
|
||||
max-height: calc(
|
||||
|
Loading…
x
Reference in New Issue
Block a user