refactor(ui): refine container border sizing
[e-mobility-charging-stations-simulator.git] / ui / web / src / components / charging-stations / CSTable.vue
index fc1f6a5cbb02ee4f550ca85dd347f9e6ce3b1b19..3175d6501974b2b3c7afa5251a957e452a5a7c59 100644 (file)
@@ -48,6 +48,7 @@ const $emit = defineEmits(['need-refresh'])
   display: flex;
   flex-direction: column;
   overflow: auto hidden;
+  border: solid 0.25px black;
   border-collapse: collapse;
   empty-cells: show;
 }