Skip to content

Commit

Permalink
fix height
Browse files Browse the repository at this point in the history
  • Loading branch information
evavirseda committed Dec 19, 2024
1 parent 7ca893f commit d5534dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function ConfirmMigrationView({
<Title size={TitleSize.Small} title="Assets to Migrate" />
)}
>
<div className="h-[600px] pb-md--rs">
<div className="h-[500px] pb-md--rs xl:h-[600px]">
<VirtualList
heightClassName="h-full"
overflowClassName="overflow-y-auto"
Expand Down

0 comments on commit d5534dc

Please sign in to comment.