Fix button text overflow (#27744)

This commit is contained in:
Jan-Philipp Benecke
2025-11-01 10:38:33 +01:00
committed by Bram Kragten
parent 0408734ec5
commit 6e6e5a53e2

View File

@@ -59,6 +59,7 @@ export class HaButton extends Button {
line-height: 1; line-height: 1;
transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out;
text-wrap: wrap;
} }
:host([size="small"]) .button { :host([size="small"]) .button {