fix(ui): fix connector(s) column flex direction
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 2 Mar 2024 11:29:03 +0000 (12:29 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 2 Mar 2024 11:29:03 +0000 (12:29 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/src/components/charging-stations/CSTable.vue

index b1cc6244cebfd6c2ceabfafe2afc26085f6a5fb4..a44f16c18d795973331347c0624deea7a39b65c7 100644 (file)
@@ -96,5 +96,7 @@ const $emit = defineEmits(['need-refresh'])
 .cs-table__connectors-column {
   height: fit-content;
   width: 35%;
+  display: flex;
+  flex-direction: column;
 }
 </style>