From 7c5b6caeaeec10d14f174714515c5a631fc8e379 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Thu, 14 Mar 2024 04:55:46 -0500 Subject: [PATCH 1/2] more --- src/styles/docedit-page.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/docedit-page.scss b/src/styles/docedit-page.scss index eeed687..85b45a0 100644 --- a/src/styles/docedit-page.scss +++ b/src/styles/docedit-page.scss @@ -132,6 +132,7 @@ font-weight: 500; justify-content: left; align-items: flex-start; + padding-left: 15px; } .docedit-header-col2 { @@ -462,6 +463,7 @@ .prelim-statement-container { margin-bottom: 8px; + padding-left: 6px; } .docedit-prelim-text { From 98d2a3dd42b3759a176f20683e721bd17252209c Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Thu, 14 Mar 2024 05:22:06 -0500 Subject: [PATCH 2/2] more --- src/Components/Dashboard/Dashboard.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/Dashboard/Dashboard.js b/src/Components/Dashboard/Dashboard.js index 30499e3..5afb2c8 100644 --- a/src/Components/Dashboard/Dashboard.js +++ b/src/Components/Dashboard/Dashboard.js @@ -181,7 +181,7 @@ const Dashboard = () => {
- +
{allCases?.length >= 1 ? (
@@ -243,7 +243,7 @@ const Dashboard = () => { <>
- +