]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix(webui): use table-layout fixed so table shrinks with container when action panel...
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 21 Mar 2026 17:03:40 +0000 (18:03 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 21 Mar 2026 17:03:40 +0000 (18:03 +0100)
commitd79e71887c9c171fa7b311afa2550db4f473c239
tree46becd59d972c3951e30ab0d22b992fdba57cd89
parent0842dc8275b2c3555bb20c3eb1c0bfe2223da068
fix(webui): use table-layout fixed so table shrinks with container when action panel opens

Replace min-width: 1280px + table-layout: auto with table-layout: fixed.
Auto layout ignores width: 100% and expands based on content, causing
the table to overflow behind the action panel. Fixed layout respects
the container width and distributes columns equally. Add overflow:
hidden on charging-stations-container as belt-and-suspenders clip.
ui/web/src/components/charging-stations/CSTable.vue
ui/web/src/views/ChargingStationsView.vue