diff --git a/tradein-mvp/frontend/src/app/ui-preview/estimate/page.tsx b/tradein-mvp/frontend/src/app/ui-preview/estimate/page.tsx index 2a7bc624..2e21876f 100644 --- a/tradein-mvp/frontend/src/app/ui-preview/estimate/page.tsx +++ b/tradein-mvp/frontend/src/app/ui-preview/estimate/page.tsx @@ -58,22 +58,23 @@ function PreviewContent() { return ( -
- {}} - isResubmitting={false} - /> - - - - - - + {/* Те же layout-классы, что у реальной страницы (page.tsx): .page → .result-col + (flex-column gap, --container ширина). Без них карточки рендерились узко/«мобильно». */} +
+
+ {}} + isResubmitting={false} + /> + + + + + + +
);