mirror of
https://github.com/strapi/strapi.git
synced 2025-09-18 21:08:54 +00:00
removed unecessary size in Stack
This commit is contained in:
parent
fe3f334fec
commit
a2918a8ccd
@ -82,7 +82,7 @@ const Component = ({
|
|||||||
<AccordionToggle
|
<AccordionToggle
|
||||||
startIcon={<FontAwesomeIcon icon={icon} />}
|
startIcon={<FontAwesomeIcon icon={icon} />}
|
||||||
action={
|
action={
|
||||||
<Stack horizontal size={2}>
|
<Stack horizontal size={0}>
|
||||||
{showDownIcon && (
|
{showDownIcon && (
|
||||||
<IconButtonCustom
|
<IconButtonCustom
|
||||||
noBorder
|
noBorder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user