]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix(webui): remove white-space nowrap on buttons to prevent table overflow
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 21 Mar 2026 16:56:43 +0000 (17:56 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 21 Mar 2026 16:56:43 +0000 (17:56 +0100)
commit0842dc8275b2c3555bb20c3eb1c0bfe2223da068
tree974c37193bc2ba68dcf492b3f801ccbfdb83da30
parent63e72355f744b2271c48d0178f1af048d28f694b
fix(webui): remove white-space nowrap on buttons to prevent table overflow

The nowrap prevented button text from wrapping in narrow table columns,
causing the table to overflow its container when the action panel was
open. Buttons in the toolbar still fit without wrapping due to flex
sizing.
ui/web/src/components/buttons/Button.vue