Skip to content

Commit

Permalink
Merge pull request #86 from PotLock/staging
Browse files Browse the repository at this point in the history
fix card size
  • Loading branch information
wpdas authored May 10, 2024
2 parents c59b562 + 3112475 commit fdc972e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const Card = (props: any) => {
if (!ready) return <CardSkeleton />;

return (
<div>
<div style={{ minHeight: "405px", height: "100%" }}>
<Modals />
<RouteLink to={routesPath.PROJECT_DETAIL_TAB} params={{ projectId, ...(potId ? { potId } : {}) }}>
<CardContainer>
Expand Down

0 comments on commit fdc972e

Please sign in to comment.