From 4a3f147c4e164f6f0a729823ccccc1cb771afa63 Mon Sep 17 00:00:00 2001 From: Rodrigo Antinarelli Date: Mon, 16 Mar 2020 12:37:13 -0300 Subject: [PATCH] fix header navbar border --- platform/ui/src/views/StudyList/components/Header.js | 2 +- platform/ui/src/views/StudyList/components/StudyListFilter.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/ui/src/views/StudyList/components/Header.js b/platform/ui/src/views/StudyList/components/Header.js index 21e3d31a8..ab6b972a7 100644 --- a/platform/ui/src/views/StudyList/components/Header.js +++ b/platform/ui/src/views/StudyList/components/Header.js @@ -12,7 +12,7 @@ function Header({ appLogo = OHIFLogo(), children, t }) { }; return ( -
+
{appLogo}
{children}
diff --git a/platform/ui/src/views/StudyList/components/StudyListFilter.js b/platform/ui/src/views/StudyList/components/StudyListFilter.js index 5de435627..4c4e8a022 100644 --- a/platform/ui/src/views/StudyList/components/StudyListFilter.js +++ b/platform/ui/src/views/StudyList/components/StudyListFilter.js @@ -125,7 +125,7 @@ const StudyListFilter = ({ return ( <> -
+
@@ -178,7 +178,7 @@ const StudyListFilter = ({
-
+