diff --git a/src/panels/config/integrations/ha-integration-card.ts b/src/panels/config/integrations/ha-integration-card.ts index e52b318d82..2ee72b8bac 100644 --- a/src/panels/config/integrations/ha-integration-card.ts +++ b/src/panels/config/integrations/ha-integration-card.ts @@ -495,7 +495,6 @@ export class HaIntegrationCard extends LitElement { max-height: 100%; max-width: 90%; } - .none-found { margin: auto; text-align: center; @@ -510,6 +509,14 @@ export class HaIntegrationCard extends LitElement { margin-top: 0; min-height: 24px; } + h3 { + word-wrap: break-word; + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 3; + overflow: hidden; + text-overflow: ellipsis; + } ha-button-menu { color: var(--secondary-text-color); --mdc-menu-min-width: 200px;