Skip to content

Commit

Permalink
fix billing table on safari (#1387)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsladerman authored Nov 5, 2024
1 parent 3ed02fe commit 3efb647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/account/billing/BillingPricingTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function BillingPricingTable({
return (
<TableSC>
<colgroup>
<col style={{ width: 'fit-content' }} />
<col />
{plans.map((plan) => (
<col
// makes the label column a little smaller than the others
Expand Down

0 comments on commit 3efb647

Please sign in to comment.