mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +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 {
|
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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user