We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed02fe commit 3efb647Copy full SHA for 3efb647
www/src/components/account/billing/BillingPricingTable.tsx
@@ -25,7 +25,7 @@ export default function BillingPricingTable({
25
return (
26
<TableSC>
27
<colgroup>
28
- <col style={{ width: 'fit-content' }} />
+ <col />
29
{plans.map((plan) => (
30
<col
31
// makes the label column a little smaller than the others
0 commit comments