From 7fe57a73365d660263f068fc4bb0469f8f1ee70a Mon Sep 17 00:00:00 2001 From: vadivel J Date: Fri, 20 Sep 2024 11:10:38 +0530 Subject: [PATCH] alterpurchase order modal bug fix --- app/Views/alterpurchaseorder.php | 144 ++++++++++++++++++------------- 1 file changed, 82 insertions(+), 62 deletions(-) diff --git a/app/Views/alterpurchaseorder.php b/app/Views/alterpurchaseorder.php index 1b674c97..b816f0bf 100755 --- a/app/Views/alterpurchaseorder.php +++ b/app/Views/alterpurchaseorder.php @@ -39,6 +39,19 @@ if (!empty($INRSYMBOL)) { + + /* Custom width for the modal */ + .modal-dialog { + width: 100%; /* You can adjust this percentage to your needs */ + max-width: 1200px; /* Optional: This ensures the modal doesn't grow too large on large screens */ + } + + /* Ensure content inside the modal scales properly */ + .modal-content { + width: 100%; + } + + .txtSpcialInstruction{ background-color: #f4f9fb; } @@ -47,10 +60,7 @@ if (!empty($INRSYMBOL)) { z-index: 1080 !important; } - #submitmodel { - margin-top: 200px; - z-index: 1080 !important; - } + #freightmodel { margin-top: 200px; @@ -72,9 +82,7 @@ if (!empty($INRSYMBOL)) { z-index: 1080 !important; } - .modal { - width:100% ! important; - } + .form-control { text-align: left; @@ -2805,57 +2813,66 @@ if (!empty($INRSYMBOL)) { -