fix add screen padding issue
This commit is contained in:
parent
ae3606384a
commit
5f72469cd9
1 changed files with 2 additions and 2 deletions
|
@ -140,8 +140,8 @@ function CollectionSelector({
|
|||
? t('UNHIDE_TO_COLLECTION')
|
||||
: t('SELECT_COLLECTION')}
|
||||
</DialogTitleWithCloseButton>
|
||||
<DialogContent>
|
||||
<FlexWrapper flexWrap="wrap" gap={0.5}>
|
||||
<DialogContent sx={{ '&&&': { padding: 0 } }}>
|
||||
<FlexWrapper flexWrap="wrap" gap={'4px'} padding={'16px'}>
|
||||
<AddCollectionButton
|
||||
showNextModal={attributes.showNextModal}
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue