fix(ui): add missing style in SPA
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 26 Feb 2024 13:46:34 +0000 (14:46 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 26 Feb 2024 13:46:34 +0000 (14:46 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/src/components/actions/AddChargingStations.vue

index 076ffdbdb5bd06842f73c280ce4bbe6715b971e4..51e8a83093f1f2591e74bf32957318edf595f132 100644 (file)
@@ -138,4 +138,9 @@ onMounted(() => {
   width: 15%;
   text-align: center;
 }
+
+#supervision-url {
+  width: 90%;
+  text-align: left;
+}
 </style>