Skip to content

Commit 7572efb

Browse files
committed
Fix: UI issue on pools page
1 parent 6f5266b commit 7572efb

File tree

1 file changed

+1
-1
lines changed
  • src/pages/PoolsPage/v3/MySteerPoolsV3

1 file changed

+1
-1
lines changed

src/pages/PoolsPage/v3/MySteerPoolsV3/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function MySteerPoolsV3({ isForAll }: { isForAll?: boolean }) {
1919
return (
2020
<>
2121
{steerPositions && steerPositions.length > 0 ? (
22-
<Box>
22+
<Box style={{ marginTop: '32px' }}>
2323
{steerPositions.map((position, index) => (
2424
<SteerLPItem key={index} position={position} />
2525
))}

0 commit comments

Comments
 (0)