Fix line-height, fix script editor buttons (#26337)

* Fix line-height

* Fix script root buttons
This commit is contained in:
Wendelin
2025-07-31 16:52:36 +02:00
committed by GitHub
parent df86b27af4
commit c2ca556151
2 changed files with 2 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ export class HaButton extends Button {
);
font-size: var(--ha-font-size-m);
line-height: 1;
}
:host([size="small"]) .button {