1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

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

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);