Skip to content

Commit

Permalink
fix: multishard onboarding layout (#2920)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthecat authored Dec 27, 2024
1 parent 8bb7d6a commit fcc48ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export const ManageMultishard = ({ seedInfo, onBack, onClose, onComplete }: Prop
};

return (
<div className="flex h-full">
<div className="flex h-full w-full">
<div className="flex-1 rounded-l-lg bg-white">
<div className="flex h-full flex-col px-5 py-4">
<HeaderTitleText className="mb-10">{t('onboarding.vault.title')}</HeaderTitleText>
Expand Down

0 comments on commit fcc48ca

Please sign in to comment.