1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 08:33:31 +01:00

Fix trace tree left side unreachable on mobile (#30277)

This commit is contained in:
Petar Petrov
2026-03-23 10:53:33 +01:00
committed by GitHub
parent 3bbc3403d6
commit 7ee76538ae

View File

@@ -761,6 +761,7 @@ export class HatScriptGraph extends LitElement {
display: flex;
flex-direction: column;
align-items: center;
min-width: fit-content;
}
.actions {
display: flex;