diff --git a/explorer/src/pages/Delegations/index.tsx b/explorer/src/pages/Delegations/index.tsx index 6ae159b02b..3305b542df 100644 --- a/explorer/src/pages/Delegations/index.tsx +++ b/explorer/src/pages/Delegations/index.tsx @@ -184,6 +184,12 @@ const DelegationsPage = () => { } setConfirmationModalProps(undefined); }} + sx={{ + width: { + xs: '90%', + sm: 600, + }, + }} /> )}