We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5266b commit 7572efbCopy full SHA for 7572efb
src/pages/PoolsPage/v3/MySteerPoolsV3/index.tsx
@@ -19,7 +19,7 @@ export default function MySteerPoolsV3({ isForAll }: { isForAll?: boolean }) {
19
return (
20
<>
21
{steerPositions && steerPositions.length > 0 ? (
22
- <Box>
+ <Box style={{ marginTop: '32px' }}>
23
{steerPositions.map((position, index) => (
24
<SteerLPItem key={index} position={position} />
25
))}
0 commit comments