1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 00:27:49 +01:00

Use large width on system log dialogs (#29879)

This commit is contained in:
Aidan Timson
2026-02-27 11:46:10 +00:00
committed by GitHub
parent 0ca656933d
commit 08231dbbb0

View File

@@ -86,6 +86,7 @@ class DialogSystemLogDetail extends LitElement {
<ha-dialog
.hass=${this.hass}
.open=${this._open}
width="large"
@closed=${this._dialogClosed}
>
<span slot="headerTitle">${title}</span>