Skip to content

Commit

Permalink
fix(apps/staking): Fix layout for pool settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nevendyulgerov authored and brunomenezes committed Nov 24, 2024
1 parent de0a0ce commit 2446649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/staking/src/components/stake/PoolSetting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ export const PoolSetting: FC<PoolSettingsProps> = ({ address }) => {
justifySelf="flex-end"
justifyContent="flex-end"
alignItems="flex-end"
w="full"
mt={2}
>
<TransactionBanner
Expand Down

0 comments on commit 2446649

Please sign in to comment.