We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0a0ce commit 0712039Copy full SHA for 0712039
apps/staking/src/components/stake/PoolSetting.tsx
@@ -299,6 +299,7 @@ export const PoolSetting: FC<PoolSettingsProps> = ({ address }) => {
299
justifySelf="flex-end"
300
justifyContent="flex-end"
301
alignItems="flex-end"
302
+ w="full"
303
mt={2}
304
>
305
<TransactionBanner
0 commit comments