Skip to content

Commit ad39228

Browse files
wendevlinbramkragten
authored andcommitted
Fix line-height, fix script editor buttons (#26337)
* Fix line-height * Fix script root buttons
1 parent 8cc48cd commit ad39228

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/ha-button.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export class HaButton extends Button {
6767
);
6868
6969
font-size: var(--ha-font-size-m);
70+
line-height: 1;
7071
}
7172
7273
:host([size="small"]) .button {

src/panels/config/script/manual-script-editor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ export class HaManualScriptEditor extends LitElement {
196196
.hass=${this.hass}
197197
.narrow=${this.narrow}
198198
.disabled=${this.disabled}
199+
root
199200
></ha-automation-action>
200201
`;
201202
}

0 commit comments

Comments
 (0)