refactor(ui): cleanup CSS styling
[e-mobility-charging-stations-simulator.git] / ui / web / src / components / charging-stations / CSData.vue
index c43616f7567b1b398ae4bf0c772fdcfa20f960ff..6a31e20bf862170610e1ab9a05ccf866511149ed 100644 (file)
@@ -227,6 +227,8 @@ const deleteChargingStation = (): void => {
 
 .connectors-table__column {
   width: calc(100% / 5);
+  display: flex;
+  flex-direction: column;
   text-align: center;
 }
 </style>