mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Force wrap too long expansion panel headers (#25496)
This commit is contained in:
parent
9a731880f3
commit
bc15d1474e
@ -202,6 +202,7 @@ export class HaExpansionPanel extends LitElement {
|
||||
.header,
|
||||
::slotted([slot="header"]) {
|
||||
flex: 1;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
Loading…
x
Reference in New Issue
Block a user