Skip to content

Commit

Permalink
fix: DAH-2867 bump max height
Browse files Browse the repository at this point in the history
  • Loading branch information
tallulahkay committed Jan 2, 2025
1 parent 697b2f0 commit 72ce403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/pages/account/my-account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ const AccountDashCard = ({
return (
<a
href={link}
className="text-black block outline-none focus:underline flex-1 w-full md:w-1/2 h-auto max-h-64"
className="text-black block outline-none focus:underline flex-1 w-full md:w-1/2 h-auto max-h-72"
>
<Card
spacing="md"
className={`cursor-pointer text-gray-850 hover:text-primary flex justify-start items-center text-center h-full h-auto max-h-64 rounded-none md:rounded-lg ${
className={`cursor-pointer text-gray-850 hover:text-primary flex justify-start items-center text-center h-full h-auto max-h-72 rounded-none md:rounded-lg ${
removeBottomBorder ? "border-b-0 md:border-b" : ""
}`}
>
Expand Down

0 comments on commit 72ce403

Please sign in to comment.