From b6126170d5817a6ca4b2bc3bb48a95ebda0f176f Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Sun, 21 Jan 2024 21:12:45 -0600 Subject: [PATCH] more --- src/Components/Document/captionHeaders/newYorkCaption.js | 4 ++-- src/styles/docedit-page.scss | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) 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 {