]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix(webui): prevent action panel flex grow and allow table container to shrink
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 21 Mar 2026 16:23:56 +0000 (17:23 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 21 Mar 2026 16:23:56 +0000 (17:23 +0100)
commit63e72355f744b2271c48d0178f1af048d28f694b
tree4684bfdc38cc9ac71617d5b4882f77d060135758
parent45c47c1cf861c7d2d0a82d23e5c5186ba348cb68
fix(webui): prevent action panel flex grow and allow table container to shrink

Use ID selector on #action-container for higher specificity (1-1-0)
over Container.vue scoped .container (0-2-0), add flex: none to prevent
growing. Add min-width: 0 and remove width: 100% on charging stations
container to allow flex shrink below table content width.
ui/web/src/App.vue
ui/web/src/views/ChargingStationsView.vue