From eb5b2e6a02e09b1d6e32191cc5658189ee9f07cb Mon Sep 17 00:00:00 2001 From: Mahen Date: Tue, 24 Feb 2026 21:58:51 +0700 Subject: [PATCH] style: adjust form input responsive layout --- src/components/dashboards/AnalysisClient.tsx | 121 +++++++------------ 1 file changed, 43 insertions(+), 78 deletions(-) diff --git a/src/components/dashboards/AnalysisClient.tsx b/src/components/dashboards/AnalysisClient.tsx index 664e576..063afbb 100644 --- a/src/components/dashboards/AnalysisClient.tsx +++ b/src/components/dashboards/AnalysisClient.tsx @@ -42,8 +42,8 @@ export default function AnalysisClient() {
-
-
+
+
@@ -53,7 +53,7 @@ export default function AnalysisClient() { render={({ field }) => ( {errors.url1 && ( -

+

{errors.url1.message}

)}
- - {/* Field Merek Laptop (Sekarang bernama preferredBrand) */} - {/*
- - ( - - )} - /> - {errors.brands && ( -

- {errors.brands.message} -

- )} -
*/}
-
-
+
+
{errors.url2 && ( -

+

{errors.url2.message}

)}
- {showField ? ( -
- -
- +
+ {showField ? ( +
+ +
+
+ +
+ +
{errors.url3 && ( -

+

{errors.url3.message}

)} -
-
- ) : ( -
+ ) : ( -
- )} + )} +