Skip to content

Commit 3efb647

Browse files
authored
fix billing table on safari (#1387)
1 parent 3ed02fe commit 3efb647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/components/account/billing/BillingPricingTable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function BillingPricingTable({
2525
return (
2626
<TableSC>
2727
<colgroup>
28-
<col style={{ width: 'fit-content' }} />
28+
<col />
2929
{plans.map((plan) => (
3030
<col
3131
// makes the label column a little smaller than the others

0 commit comments

Comments
 (0)