From 427a497022f0a5ff9454c618b6d3620521625923 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 26 Feb 2024 14:46:34 +0100 Subject: [PATCH] fix(ui): add missing style in SPA MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ui/web/src/components/actions/AddChargingStations.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/web/src/components/actions/AddChargingStations.vue b/ui/web/src/components/actions/AddChargingStations.vue index 076ffdbd..51e8a830 100644 --- a/ui/web/src/components/actions/AddChargingStations.vue +++ b/ui/web/src/components/actions/AddChargingStations.vue @@ -138,4 +138,9 @@ onMounted(() => { width: 15%; text-align: center; } + +#supervision-url { + width: 90%; + text-align: left; +} -- 2.34.1