🩹(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:
committed by
aleb_the_flash
parent
7c7074aa99
commit
97b5e8780c
@@ -343,6 +343,7 @@ export const EffectsConfiguration = ({
|
||||
className={css({
|
||||
display: 'flex',
|
||||
gap: '1.25rem',
|
||||
paddingBottom: '0.5rem',
|
||||
flexWrap: 'wrap',
|
||||
})}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user