Fixed overhanging Browse button on Bucket card (#2343)

This commit is contained in:
jinapurapu
2022-09-29 12:14:31 -07:00
committed by GitHub
parent 9396df2e20
commit de4c08c2ff

View File

@@ -118,7 +118,13 @@ const CounterCard = ({
>
{icon}
<Box>{actions}</Box>
<Box
sx={{
display: "flex",
}}
>
{actions}
</Box>
</Box>
</Box>
</Box>