mirror of
https://github.com/strapi/strapi.git
synced 2025-07-31 04:45:54 +00:00
Settings: Fix Stage border overflow
This commit is contained in:
parent
b1c908dbd4
commit
d425af35b9
@ -57,7 +57,7 @@ function Stage({ id, name, index, canDelete, isOpen: isOpenDefault = false }) {
|
||||
) : null
|
||||
}
|
||||
/>
|
||||
<AccordionContent padding={6} background="neutral0">
|
||||
<AccordionContent padding={6} background="neutral0" hasRadius>
|
||||
<Grid gap={4}>
|
||||
<GridItem col={6}>
|
||||
<TextInput
|
||||
|
Loading…
x
Reference in New Issue
Block a user