diff --git a/src/panels/config/integrations/ha-integration-header.ts b/src/panels/config/integrations/ha-integration-header.ts index fefebd5f65..9c9c49b8d4 100644 --- a/src/panels/config/integrations/ha-integration-header.ts +++ b/src/panels/config/integrations/ha-integration-header.ts @@ -122,7 +122,6 @@ export class HaIntegrationHeader extends LitElement { .header { display: flex; position: relative; - align-items: center; padding: 16px 8px 8px 16px; } .header img { @@ -130,6 +129,9 @@ export class HaIntegrationHeader extends LitElement { width: 40px; height: 40px; } + .header .info { + align-self: center; + } .header .info div { word-wrap: break-word; display: -webkit-box;