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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 {

View File

@ -196,6 +196,7 @@ export class HaManualScriptEditor extends LitElement {
.hass=${this.hass}
.narrow=${this.narrow}
.disabled=${this.disabled}
root
></ha-automation-action>
`;
}