X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Fcomponents%2Fcharging-stations%2FCSData.vue;h=6a31e20bf862170610e1ab9a05ccf866511149ed;hb=3802683b5018295e8ebf6199939e43ac65db0763;hp=c43616f7567b1b398ae4bf0c772fdcfa20f960ff;hpb=4b10e4f94fe91fab12f8ba298137c49fc295774c;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/components/charging-stations/CSData.vue b/ui/web/src/components/charging-stations/CSData.vue index c43616f7..6a31e20b 100644 --- a/ui/web/src/components/charging-stations/CSData.vue +++ b/ui/web/src/components/charging-stations/CSData.vue @@ -227,6 +227,8 @@ const deleteChargingStation = (): void => { .connectors-table__column { width: calc(100% / 5); + display: flex; + flex-direction: column; text-align: center; }