diff --git a/src/panels/config/core/ha-config-section-updates.ts b/src/panels/config/core/ha-config-section-updates.ts index a60d568b2c..e7f11d6318 100644 --- a/src/panels/config/core/ha-config-section-updates.ts +++ b/src/panels/config/core/ha-config-section-updates.ts @@ -109,7 +109,11 @@ class HaConfigSectionUpdates extends LitElement { > ` : html` - ${this.hass.localize("ui.panel.config.updates.no_updates")} +
+ ${this.hass.localize( + "ui.panel.config.updates.no_updates" + )} +
`} @@ -198,6 +202,10 @@ class HaConfigSectionUpdates extends LitElement { flex-direction: column; padding: 0; } + + .no-updates { + padding: 16px; + } `; }