diff --git a/src/Components/Document/DocEditPage.js b/src/Components/Document/DocEditPage.js index c7917eb..108c1f1 100644 --- a/src/Components/Document/DocEditPage.js +++ b/src/Components/Document/DocEditPage.js @@ -582,109 +582,7 @@ const DocEditPage = () => { : fetchedCase?.defendantParties; const editingContent = () => { - return ( - <> - {headerPicker()} -
-
{headerString}
-
- {displayCopy.prelimaryStatement( - documentType, - respondent, - servingParty - )} -
-
- {parsedRogs?.map((rog, i) => ( -
-
- {numberingContent(i)} - {rog?.text} -
-
- 2 - ? // NEVER CHANGE THIS - responses[i].resp - : null - } - setShowInputEle={setShowInputEle} - showInputEle={ - responses && responses.length > 2 - ? responses[i].showInputEle - : null - } - handleFocus={handleFocus} - handleEditValue={handleEditValue} - handleBlur={handleBlur} - i={i} - /> -
-
- ))} -
handleConfirmReport()} - > -
Report an issue
-
-
-
- {/* TODO: add tooltip: "This will save the document and create a .docx file that will (be downloaded? saved somewhere?" */} -
-
-
-
-
-
-
-
-
-
- {showSaveModal && !isReport && documentId !== null ? ( - - ) : null} - {showSaveModal && isReport && documentId !== null ? ( - - ) : null} - - ); + return
{headerPicker()}
; }; const readyToEdit = fetchedCase && responses.length > 1; diff --git a/src/Components/Document/captionHeaders/newYorkCaption.js b/src/Components/Document/captionHeaders/newYorkCaption.js index 4ff9ae8..244b066 100644 --- a/src/Components/Document/captionHeaders/newYorkCaption.js +++ b/src/Components/Document/captionHeaders/newYorkCaption.js @@ -12,7 +12,11 @@ const NewYorkCaption = (props) => {
{fetchedCase?.jurisdiction} {fetchedCase?.venue} -
+
+
+ --------------------------------------------------------------------X +
+
@@ -44,7 +48,11 @@ const NewYorkCaption = (props) => {
Defendant(s)
-
+
+
+ -------------------------------------------------------------------------X +
+
diff --git a/src/styles/docedit-page.scss b/src/styles/docedit-page.scss index 6031ef6..ae58b7e 100644 --- a/src/styles/docedit-page.scss +++ b/src/styles/docedit-page.scss @@ -90,10 +90,12 @@ .docedit-header-row { display: flex; flex-direction: row; - height: 210px; + height: 240px; + margin-bottom: 12px; color: #000000; font-weight: 500; overflow: hidden; + background-color: yellow; } .docedit-header-col1 {