diff --git a/nym-wallet/src/layouts/AppLayout.tsx b/nym-wallet/src/layouts/AppLayout.tsx index a4e2dba7cd..92a358a0a3 100644 --- a/nym-wallet/src/layouts/AppLayout.tsx +++ b/nym-wallet/src/layouts/AppLayout.tsx @@ -44,7 +44,9 @@ export const ApplicationLayout: React.FC = ({ children }) => { - {children} + `calc(100% - ${theme.spacing(10)})` }}> + {children} +