Skip to content

Commit

Permalink
Update add-automation-element-dialog.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Jan 2, 2024
1 parent 7d6dfaa commit f994b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/panels/config/automation/add-automation-element-dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ class DialogAddAutomationElement extends LitElement implements HassDialog {
rootTabbable
style=${styleMap({
width: this._width ? `${this._width}px` : "auto",
height: this._height ? `${Math.min(468, this._height)}px` : "auto",
height: this._height ? `${Math.min(670, this._height)}px` : "auto",
})}
>
${this._params.clipboardItem &&
Expand Down Expand Up @@ -651,7 +651,7 @@ class DialogAddAutomationElement extends LitElement implements HassDialog {
width: 24px;
}
mwc-list {
max-height: 468px;
max-height: 670px;
max-width: 100vw;
}
search-input {
Expand Down

0 comments on commit f994b37

Please sign in to comment.