From a7803a751315fccffce3a7f6da48625e82b438bb Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sun, 29 Sep 2019 15:43:18 +0200 Subject: [PATCH] fix: sidebar view on small screens --- src/pages/Version/Layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Version/Layout.tsx b/src/pages/Version/Layout.tsx index 66292bb1b..a02812743 100644 --- a/src/pages/Version/Layout.tsx +++ b/src/pages/Version/Layout.tsx @@ -14,10 +14,10 @@ function renderSidebar(): ReactElement { const Layout: FC<{}> = () => { return ( - + {renderDetail()} - + {renderSidebar()}