diff --git a/src/panels/config/cloud/google-assistant/cloud-google-assistant.ts b/src/panels/config/cloud/google-assistant/cloud-google-assistant.ts index 7a2ec32a87..a6738488cc 100644 --- a/src/panels/config/cloud/google-assistant/cloud-google-assistant.ts +++ b/src/panels/config/cloud/google-assistant/cloud-google-assistant.ts @@ -143,15 +143,17 @@ class CloudGoogleAssistant extends LitElement { ${entity.might_2fa ? html` - - ${this.hass!.localize( + + > + + ` : ""} @@ -375,6 +377,9 @@ class CloudGoogleAssistant extends LitElement { state-info { cursor: pointer; } + ha-formfield { + display: block; + } ha-switch { padding: 8px 0; } diff --git a/src/panels/config/devices/device-detail/integration-elements/mqtt/dialog-mqtt-device-debug-info.ts b/src/panels/config/devices/device-detail/integration-elements/mqtt/dialog-mqtt-device-debug-info.ts index 5bad83bf07..920b1ef790 100644 --- a/src/panels/config/devices/device-detail/integration-elements/mqtt/dialog-mqtt-device-debug-info.ts +++ b/src/panels/config/devices/device-detail/integration-elements/mqtt/dialog-mqtt-device-debug-info.ts @@ -232,6 +232,9 @@ class DialogMQTTDeviceDebugInfo extends LitElement { .triggerlistitem { margin-bottom: 12px; } + ha-formfield { + display: block; + } `, ]; } diff --git a/src/panels/config/lovelace/dashboards/dialog-lovelace-dashboard-detail.ts b/src/panels/config/lovelace/dashboards/dialog-lovelace-dashboard-detail.ts index 3ecf330d99..a99cf2c359 100644 --- a/src/panels/config/lovelace/dashboards/dialog-lovelace-dashboard-detail.ts +++ b/src/panels/config/lovelace/dashboards/dialog-lovelace-dashboard-detail.ts @@ -318,6 +318,9 @@ export class DialogLovelaceDashboardDetail extends LitElement { ha-switch { padding: 16px 0; } + ha-formfield { + display: block; + } `, ]; } diff --git a/src/panels/lovelace/editor/config-elements/hui-button-card-editor.ts b/src/panels/lovelace/editor/config-elements/hui-button-card-editor.ts index f281b43867..0b76abb66a 100644 --- a/src/panels/lovelace/editor/config-elements/hui-button-card-editor.ts +++ b/src/panels/lovelace/editor/config-elements/hui-button-card-editor.ts @@ -107,11 +107,11 @@ export class HuiButtonCardEditor extends LitElement ${configElementStyle}
- - - - - + + + + +
px
+ >
px
- -
- ${this.hass.localize( + + ${this.hass.localize( "ui.panel.lovelace.editor.view.panel_mode.description" - )} + )} +
`; } @@ -181,6 +181,9 @@ export class HuiViewEditor extends LitElement { .panel { color: var(--secondary-text-color); } + ha-formfield { + display: block; + } `; } }