From d58b072e40f8f6b4778b970fba358c71e803012d Mon Sep 17 00:00:00 2001 From: mozzy11 Date: Thu, 11 Jul 2024 18:05:25 +0300 Subject: [PATCH] improve patient History page styling --- .../patient/resultsViewer/results-viewer.tsx | 72 +++++++++++-------- 1 file changed, 42 insertions(+), 30 deletions(-) diff --git a/frontend/src/components/patient/resultsViewer/results-viewer.tsx b/frontend/src/components/patient/resultsViewer/results-viewer.tsx index 1689bd41ed..9f65123964 100644 --- a/frontend/src/components/patient/resultsViewer/results-viewer.tsx +++ b/frontend/src/components/patient/resultsViewer/results-viewer.tsx @@ -115,43 +115,55 @@ const RoutedResultsViewer: React.FC = () => { - - {" "} - + + +
+
+ + + +
+
+
+
+ + + + {" "} + + + {roots?.length ? ( - + -
- - - -
+ + +
) : ( - + -
- -
+
)}