diff --git a/src/components/ha-button.ts b/src/components/ha-button.ts index 7d286f8ffb..7f678e955d 100644 --- a/src/components/ha-button.ts +++ b/src/components/ha-button.ts @@ -59,6 +59,7 @@ export class HaButton extends Button { line-height: 1; transition: background-color 0.15s ease-in-out; + text-wrap: wrap; } :host([size="small"]) .button {