diff --git a/src/Components/Document/captionHeaders/newYorkCaption.js b/src/Components/Document/captionHeaders/newYorkCaption.js
index 244b066..c8ecae0 100644
--- a/src/Components/Document/captionHeaders/newYorkCaption.js
+++ b/src/Components/Document/captionHeaders/newYorkCaption.js
@@ -14,7 +14,7 @@ const NewYorkCaption = (props) => {
{fetchedCase?.venue}
- --------------------------------------------------------------------X
+ -----------------------------------------------------------------------X
@@ -50,7 +50,7 @@ const NewYorkCaption = (props) => {
- -------------------------------------------------------------------------X
+ ----------------------------------------------------------------------------X
diff --git a/src/styles/docedit-page.scss b/src/styles/docedit-page.scss
index b39e104..12d3818 100644
--- a/src/styles/docedit-page.scss
+++ b/src/styles/docedit-page.scss
@@ -90,12 +90,11 @@
.docedit-header-row {
display: flex;
flex-direction: row;
- height: 240px;
+ height: 230px;
margin-bottom: 12px;
color: #000000;
font-weight: 500;
overflow: hidden;
- background-color: yellow;
}
.docedit-header-col1 {