Wrap unbreakable area names in ha-card header (#20566)

This commit is contained in:
karwosts 2024-04-20 10:39:24 -07:00 committed by GitHub
parent f39758b103
commit 87012e23e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -511,6 +511,7 @@ export class HaConfigAreasDashboard extends SubscribeMixin(LitElement) {
display: flex;
justify-content: space-between;
align-items: center;
overflow-wrap: anywhere;
}
.warning {
color: var(--error-color);