We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8d9e7 commit c23d887Copy full SHA for c23d887
frontend/src/components/brochure/pricing-page.tsx
@@ -117,7 +117,7 @@ export function PricingPage({
117
currentPageSize += sectionHeaderSize;
118
benefits.forEach((benefit) => {
119
console.log({ currentPageSize, benefit });
120
- if (currentPageSize + itemSize > 650) {
+ if (currentPageSize + itemSize > 485) {
121
currentPageSize = sectionHeaderSize;
122
pagesToRender.push(currentContent);
123
currentContent = {};
0 commit comments