mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix height of main automation trace element (#16283)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
327927baa7
commit
64a693332b
@ -520,7 +520,7 @@ export class HaAutomationTrace extends LitElement {
|
||||
}
|
||||
|
||||
.main {
|
||||
height: calc(100% - var(--header-height));
|
||||
min-height: calc(100% - var(--header-height));
|
||||
display: flex;
|
||||
background-color: var(--card-background-color);
|
||||
direction: ltr;
|
||||
|
@ -508,7 +508,7 @@ export class HaScriptTrace extends LitElement {
|
||||
}
|
||||
|
||||
.main {
|
||||
height: calc(100% - var(--header-height));
|
||||
min-height: calc(100% - var(--header-height));
|
||||
display: flex;
|
||||
background-color: var(--card-background-color);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user