Skip to content

Commit de4c08c

Browse files
authored
Fixed overhanging Browse button on Bucket card (#2343)
1 parent 9396df2 commit de4c08c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

portal-ui/src/screens/Console/Dashboard/BasicDashboard/CounterCard.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,13 @@ const CounterCard = ({
118118
>
119119
{icon}
120120

121-
<Box>{actions}</Box>
121+
<Box
122+
sx={{
123+
display: "flex",
124+
}}
125+
>
126+
{actions}
127+
</Box>
122128
</Box>
123129
</Box>
124130
</Box>

0 commit comments

Comments
 (0)