1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 17:28:46 +01:00

Force wrap too long expansion panel headers (#25496)

This commit is contained in:
karwosts
2025-05-17 03:42:08 -07:00
committed by GitHub
parent 9a731880f3
commit bc15d1474e
+1
View File
@@ -202,6 +202,7 @@ export class HaExpansionPanel extends LitElement {
.header,
::slotted([slot="header"]) {
flex: 1;
overflow-wrap: anywhere;
}
.container {