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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -202,6 +202,7 @@ export class HaExpansionPanel extends LitElement {
.header, .header,
::slotted([slot="header"]) { ::slotted([slot="header"]) {
flex: 1; flex: 1;
overflow-wrap: anywhere;
} }
.container { .container {