Skip to content

Commit 0712039

Browse files
fix(apps/staking): Fix layout for pool settings
1 parent de0a0ce commit 0712039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/staking/src/components/stake/PoolSetting.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ export const PoolSetting: FC<PoolSettingsProps> = ({ address }) => {
299299
justifySelf="flex-end"
300300
justifyContent="flex-end"
301301
alignItems="flex-end"
302+
w="full"
302303
mt={2}
303304
>
304305
<TransactionBanner

0 commit comments

Comments
 (0)