mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-04 13:48:56 +02:00
chore: prevent cleanup reminder actions shrink
This commit is contained in:
parent
f04dd454d9
commit
01c7404d33
@ -29,6 +29,7 @@ const ActionsBox = styled(Box)(({ theme }) => ({
|
||||
display: 'flex',
|
||||
gap: theme.spacing(1),
|
||||
alignItems: 'center',
|
||||
flexShrink: 0,
|
||||
}));
|
||||
|
||||
type ReminderType = 'complete' | 'removeCode' | 'archive' | null;
|
||||
|
Loading…
Reference in New Issue
Block a user