REQUESTS FOR PRODUCTION
{standardProd?.map((req, i) => (
-
-
{`${i + 1}.`}
-
{req?.text}
+
+
{`${i + 1}.`}
+
+ 1
+ ? // NEVER CHANGE THIS
+ req.text
+ : null
+ }
+ setShowInputEle={setShowInputEle}
+ showInputEle={
+ requests && requests.length > 1 ? req.showInputEle : null
+ }
+ handleFocus={handleFocus}
+ handleEditValue={handleEditValue}
+ handleBlur={handleBlur}
+ i={i}
+ />
+
))}
diff --git a/src/styles/docedit-page.scss b/src/styles/docedit-page.scss
index a632757..4f183fa 100644
--- a/src/styles/docedit-page.scss
+++ b/src/styles/docedit-page.scss
@@ -69,7 +69,7 @@
}
.req-item-inner-div {
- margin-top: 20px;
+ min-width: 700px;
}
.doc-editing-button-container {
@@ -329,6 +329,9 @@
margin-top: 6px;
padding: 0px 5px;
text-align: justify;
+ &.reqq {
+ max-width: 24px;
+ }
}
.request-text-up-row {
@@ -420,6 +423,13 @@
cursor: pointer;
}
+.request-item-outer-div {
+ min-width: 700px;
+ display: flex;
+ flex-direction: row;
+ margin: 16px 0px;
+}
+
@media only screen and (max-width: 1140px) {
.scroll-button {
right: 30px;