mirror of
https://github.com/strapi/strapi.git
synced 2025-07-31 21:09:39 +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
|
) : null
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<AccordionContent padding={6} background="neutral0">
|
<AccordionContent padding={6} background="neutral0" hasRadius>
|
||||||
<Grid gap={4}>
|
<Grid gap={4}>
|
||||||
<GridItem col={6}>
|
<GridItem col={6}>
|
||||||
<TextInput
|
<TextInput
|
||||||
|
Loading…
x
Reference in New Issue
Block a user