From cdb4ad3be4f7920b7ef50bdef406473beec6c0b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 25 Mar 2026 19:56:25 +0100 Subject: [PATCH] fix(webui): add table-layout fixed to connectors table to prevent overflow on action panel open --- ui/web/src/components/charging-stations/CSData.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/web/src/components/charging-stations/CSData.vue b/ui/web/src/components/charging-stations/CSData.vue index da44b08d..db719e0e 100644 --- a/ui/web/src/components/charging-stations/CSData.vue +++ b/ui/web/src/components/charging-stations/CSData.vue @@ -271,6 +271,7 @@ const deleteChargingStation = (): void => {