diff --git a/src/Components/Document/ReqEditPage.js b/src/Components/Document/ReqEditPage.js
index b29ad0d..533a15e 100644
--- a/src/Components/Document/ReqEditPage.js
+++ b/src/Components/Document/ReqEditPage.js
@@ -434,11 +434,37 @@ const RequestEditPage = () => {
))}
handleConfirmReport()}
>
Report an issue
+
+
+ {/* TODO: add tooltip: "This will save the document and create a .docx file that will (be downloaded? saved somewhere?" */}
+
+
+
+
>
);
diff --git a/src/styles/docedit-page.scss b/src/styles/docedit-page.scss
index 4f183fa..6de83fb 100644
--- a/src/styles/docedit-page.scss
+++ b/src/styles/docedit-page.scss
@@ -79,6 +79,14 @@
margin-top: 0.6rem;
}
+.req-editing-button-container {
+ width: 100%;
+ display: flex;
+ flex-direction: column;
+ align-items: flex-end;
+ margin-top: 0.6rem;
+}
+
.edit-back-button {
height: 50px;
width: 215px;
@@ -413,6 +421,10 @@
margin-top: 50px;
}
+.reqedit-report-container {
+ width: 90%;
+ margin-top: -20px;
+}
.docedit-report-link {
font-size: 0.95rem;
color: #fa6400;