Skip to content

Commit 4ca1fce

Browse files
committed
Force specific width
1 parent c41442a commit 4ca1fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialogs/more-info/components/lights/dialog-light-color-favorite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ class DialogLightColorFavorite extends LitElement {
153153
<ha-wa-dialog
154154
.hass=${this.hass}
155155
.open=${this._open}
156-
width="small"
157156
@closed=${this._dialogClosed}
158157
header-title=${this._dialogParams?.title}
159158
>
@@ -232,6 +231,7 @@ class DialogLightColorFavorite extends LitElement {
232231
css`
233232
ha-wa-dialog {
234233
--dialog-content-padding: 0;
234+
--ha-dialog-width-md: 420px;
235235
}
236236
237237
.content {

0 commit comments

Comments
 (0)