Skip to content

Commit

Permalink
fix: pricing table overflow-x
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Oct 1, 2024
1 parent 46fba96 commit e393b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PricingDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const PricingDetails = () => {
</p>
</div>

<div className="mt-16 overflow-hidden rounded-lg bg-shorebirdBg3 shadow">
<div className="mt-16 overflow-x-auto rounded-lg bg-shorebirdBg3 shadow">
<table className="w-full">
<thead>
<tr className="bg-shorebirdBg1">
Expand Down

0 comments on commit e393b9b

Please sign in to comment.