diff --git a/src/Components/Document/DocEditPage.js b/src/Components/Document/DocEditPage.js
index c7917eb..e3183b4 100644
--- a/src/Components/Document/DocEditPage.js
+++ b/src/Components/Document/DocEditPage.js
@@ -584,7 +584,7 @@ const DocEditPage = () => {
const editingContent = () => {
return (
<>
- {headerPicker()}
+
{headerPicker()}
{headerString}
diff --git a/src/Components/Document/captionHeaders/newYorkCaption.js b/src/Components/Document/captionHeaders/newYorkCaption.js
index 4ff9ae8..c8ecae0 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..12d3818 100644
--- a/src/styles/docedit-page.scss
+++ b/src/styles/docedit-page.scss
@@ -90,7 +90,8 @@
.docedit-header-row {
display: flex;
flex-direction: row;
- height: 210px;
+ height: 230px;
+ margin-bottom: 12px;
color: #000000;
font-weight: 500;
overflow: hidden;
@@ -247,7 +248,7 @@
justify-content: center;
align-items: center;
width: 60%;
- margin: 22px auto;
+ margin: 6px auto;
color: #4e4e4e;
}