🩹(frontend) fix minor layout issue hidding focus ring

Fix an issue where the focus visual indication was hidden due to an overly tight
layout with no padding on the background and effects toggle buttons.
This commit is contained in:
lebaudantoine
2026-01-09 13:52:28 +01:00
committed by Cyril
parent 8418c9a599
commit c967f1771d
@@ -343,6 +343,7 @@ export const EffectsConfiguration = ({
className={css({
display: 'flex',
gap: '1.25rem',
paddingBottom: '0.5rem',
flexWrap: 'wrap',
})}
>