Skip to content

Commit e32413b

Browse files
authored
Merge pull request #1684 from 0xoscario/fix/pool-style
Fix pool width issue
2 parents 1be0f00 + c57f9da commit e32413b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/PoolsPage/PoolsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const PoolsPage: React.FC = () => {
7878
}, [showPools]);
7979

8080
return (
81-
<Box mb={3} p={3}>
81+
<Box mb={3} p={3} width='100%'>
8282
{isMobile ? (
8383
<>
8484
<Box mt={2} className='pageHeading'>

0 commit comments

Comments
 (0)