diff --git a/src/panels/config/integrations/integration-panels/bluetooth/bluetooth-config-dashboard.ts b/src/panels/config/integrations/integration-panels/bluetooth/bluetooth-config-dashboard.ts index 4b9fe01df5..8bdc125cab 100644 --- a/src/panels/config/integrations/integration-panels/bluetooth/bluetooth-config-dashboard.ts +++ b/src/panels/config/integrations/integration-panels/bluetooth/bluetooth-config-dashboard.ts @@ -99,20 +99,20 @@ export class BluetoothConfigDashboard extends LitElement {

- - ${this.hass.localize( - "ui.panel.config.bluetooth.advertisement_monitor" - )} - - - ${this.hass.localize( - "ui.panel.config.bluetooth.visualization" - )} - + + ${this.hass.localize("ui.panel.config.bluetooth.visualization")} +
- - ${this.hass.localize( - "ui.panel.config.bluetooth.connection_monitor" - )} - + ${this.hass.localize( + "ui.panel.config.bluetooth.connection_monitor" + )} +
@@ -217,7 +218,7 @@ export class BluetoothConfigDashboard extends LitElement { } .card-actions { display: flex; - justify-content: space-between; + justify-content: flex-end; } `, ];