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

View File

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