From e3f2f66206820954778d7a47c2e37a7d5d11b67b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 29 Jan 2025 09:01:47 -1000 Subject: [PATCH] Reduce size of address column on Bluetooth Advertisement monitor (#23942) --- .../bluetooth/bluetooth-advertisement-monitor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/config/integrations/integration-panels/bluetooth/bluetooth-advertisement-monitor.ts b/src/panels/config/integrations/integration-panels/bluetooth/bluetooth-advertisement-monitor.ts index e3d9122a4b..07f7f98a1c 100644 --- a/src/panels/config/integrations/integration-panels/bluetooth/bluetooth-advertisement-monitor.ts +++ b/src/panels/config/integrations/integration-panels/bluetooth/bluetooth-advertisement-monitor.ts @@ -84,7 +84,7 @@ export class BluetoothAdvertisementMonitorPanel extends LitElement { hideable: false, moveable: false, direction: "asc", - flex: 2, + flex: 1, }, name: { title: localize("ui.panel.config.bluetooth.name"),