From 6afa4dbc21fb4f4c83029d630891525be1e026b9 Mon Sep 17 00:00:00 2001 From: Pradip Chaudhary Date: Sun, 8 Oct 2023 15:36:24 +0530 Subject: [PATCH] fix: fixed layout shift on form page change --- components/Dashboard/ReviewForm.tsx | 5 ++--- styles/globals.css | 4 ++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/components/Dashboard/ReviewForm.tsx b/components/Dashboard/ReviewForm.tsx index 0cb318a0..5220d1e1 100644 --- a/components/Dashboard/ReviewForm.tsx +++ b/components/Dashboard/ReviewForm.tsx @@ -71,11 +71,11 @@ const ReviewForm: React.FC = (props) => { background: `linear-gradient(to top right, ${primaryColor}, ${bgColor})`, }} /> -
+
{/* Design */} {currentStepId === 'WELCOME_PAGE' && (
-
+
Powered by Review
@@ -143,7 +143,6 @@ const ReviewForm: React.FC = (props) => { className="mt-4 resize-none" rows={7} required - />