]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
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)
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

index 1762c36ec2a9ea6592698cc4bdc6a6e0067fc80a..8920855e220658a8207846621bdb9fd747b58060 100644 (file)
@@ -12,7 +12,6 @@
   display: block;
   width: 100%;
   text-align: center;
-  white-space: nowrap;
   font-size: var(--font-size-sm);
 }