]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
fix(webui): add table-layout fixed to connectors table to prevent overflow on action...
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 25 Mar 2026 18:56:25 +0000 (19:56 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 25 Mar 2026 18:56:25 +0000 (19:56 +0100)
ui/web/src/components/charging-stations/CSData.vue

index da44b08d70cfe440b86de83cf64e49fd69893262..db719e0ee28fc4ff97fa6d6953d7d464a933da4a 100644 (file)
@@ -271,6 +271,7 @@ const deleteChargingStation = (): void => {
 <style scoped>
 .connectors-table {
   width: 100%;
+  table-layout: fixed;
   background-color: var(--color-bg-surface);
   border-collapse: collapse;
   empty-cells: show;