mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +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,
|
.header,
|
||||||
::slotted([slot="header"]) {
|
::slotted([slot="header"]) {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user