Ensure charging station data is always JSON serializable
[e-mobility-charging-stations-simulator.git] / src / ui / web / src / components / charging-stations / CSTable.vue
index fb50b2f5a919c77fbfd85c2a4adc844ac99b178f..c76d9e4d1eda6d9fc190eee8cd00f47c4fa42bd0 100644 (file)
@@ -51,8 +51,8 @@ const props = defineProps<{
 #cs-table__head,
 #cs-table__body {
   width: 100%;
-  display: block;
   min-width: 930px;
+  display: block;
 }
 
 #cs-table__body {