diff --git a/src/panels/config/automation/ha-automation-trace.ts b/src/panels/config/automation/ha-automation-trace.ts index 0ad7147da0..b4ba49cc05 100644 --- a/src/panels/config/automation/ha-automation-trace.ts +++ b/src/panels/config/automation/ha-automation-trace.ts @@ -490,9 +490,12 @@ export class HaAutomationTrace extends LitElement { border-right: 1px solid var(--divider-color); overflow-x: auto; max-width: 50%; + padding-bottom: 16px; } :host([narrow]) .graph { max-width: 100%; + justify-content: center; + display: flex; } .info {