From be09005318d8d5408b5ebee48957716f2c28fc76 Mon Sep 17 00:00:00 2001 From: Alan Reader Date: Wed, 16 Jul 2025 16:31:34 +1000 Subject: [PATCH] Update fsc_flowButtonBar.css --- .../main/default/lwc/fsc_flowButtonBar/fsc_flowButtonBar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_flowButtonBar/fsc_flowButtonBar.css b/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_flowButtonBar/fsc_flowButtonBar.css index fab91c0e2..ca241be4a 100644 --- a/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_flowButtonBar/fsc_flowButtonBar.css +++ b/flow_screen_components/FlowScreenComponentsBasePack/force-app/main/default/lwc/fsc_flowButtonBar/fsc_flowButtonBar.css @@ -1,3 +1,3 @@ .notToggle lightning-button + lightning-button { - padding-left: 0.25em; -} \ No newline at end of file + margin-inline-start: var(--fbb-button-spacing, 0.25em); +}