X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Fcomponents%2Fcharging-stations%2FCSData.vue;h=48edd609b022ae81d6a8d03f6f4b2696baa5fd7a;hb=16c46962f43a692c996b1c89a94dc572fea52d63;hp=b8fb0662b4b8a16e086e3bfef1ad33544a3d35fc;hpb=f292861c82c819c87719364485f5bba141eb51fa;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 b8fb0662..48edd609 100644 --- a/ui/web/src/components/charging-stations/CSData.vue +++ b/ui/web/src/components/charging-stations/CSData.vue @@ -1,45 +1,61 @@ @@ -194,6 +215,7 @@ const deleteChargingStation = (): void => { flex-direction: row; justify-content: center; align-items: center; + border: solid 0.25px black; } .connectors-table__row:nth-of-type(even) { @@ -206,6 +228,8 @@ const deleteChargingStation = (): void => { .connectors-table__column { width: calc(100% / 5); + display: flex; + flex-direction: column; text-align: center; }