]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
refactor(webui): restore native table layout to fix column overlap on action panel...
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 20 Mar 2026 19:00:23 +0000 (20:00 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 20 Mar 2026 19:00:23 +0000 (20:00 +0100)
commit3970d2c7149972b97af404c401eebb7bbcf340d2
treeda4a44f1c05d59fb23a36c20ee94d7aebe6e2238
parent969112652f4a8dcc8e5d1946a6659202a3f96017
refactor(webui): restore native table layout to fix column overlap on action panel open

Replace display:flex overrides on <table>/<tr>/<td> with native HTML table
layout. Add overflow-x:auto wrapper with min-width floor so columns scroll
horizontally instead of compressing and overlapping when the action panel
reduces available width.
ui/web/src/components/buttons/Button.vue
ui/web/src/components/charging-stations/CSData.vue
ui/web/src/components/charging-stations/CSTable.vue