mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-21 13:47:39 +02:00
Remove margin right for cleanup box (#10112)
It was misaligned with the rest of the content with this margin. The original author doesn't remember why it was there, so it's probably safe to remove. Before:  After: 
This commit is contained in:
parent
f299c2b652
commit
d2233bc71d
@ -22,7 +22,6 @@ import { usePlausibleTracker } from 'hooks/usePlausibleTracker';
|
||||
import { useUncomplete } from '../FeatureOverview/FeatureLifecycle/useUncomplete.ts';
|
||||
|
||||
const StyledBox = styled(Box)(({ theme }) => ({
|
||||
marginRight: theme.spacing(2),
|
||||
marginBottom: theme.spacing(2),
|
||||
}));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user