From 3d90eebd440d25097fdf062be797b0105725c233 Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Sat, 6 Dec 2025 17:14:07 +0530 Subject: [PATCH] Increasing the size of plannedwork. --- src/components/Project/Infrastructure/EditActivityModal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Project/Infrastructure/EditActivityModal.jsx b/src/components/Project/Infrastructure/EditActivityModal.jsx index d58aaa83..4e587db7 100644 --- a/src/components/Project/Infrastructure/EditActivityModal.jsx +++ b/src/components/Project/Infrastructure/EditActivityModal.jsx @@ -227,7 +227,7 @@ const EditActivityModal = ({ {...register("plannedWork", { valueAsNumber: true })} type="number" step="0.01" // <-- allows 2 decimal places - className="form-control form-control-sm" + className="form-control" /> {errors.plannedWork && (

{errors.plannedWork.message}