fix(ui): add missing style in SPA
[e-mobility-charging-stations-simulator.git] / 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>