From 97a60b4c09c6b9eaac2c5ad1d0e8cef75dd2e689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20=C5=BBuraw?= <9116238+krzysztofzuraw@users.noreply.github.com> Date: Thu, 2 Mar 2023 12:01:33 +0100 Subject: [PATCH] Fix right sidebar border width (#3252) --- src/components/Layouts/Detail/RightSidebar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layouts/Detail/RightSidebar.tsx b/src/components/Layouts/Detail/RightSidebar.tsx index 7d813b2a4..e8084d128 100644 --- a/src/components/Layouts/Detail/RightSidebar.tsx +++ b/src/components/Layouts/Detail/RightSidebar.tsx @@ -14,6 +14,7 @@ export const RightSidebar: React.FC = ({ height="100%" overflowY="auto" className="hide-scrollbar" + borderLeftWidth={1} gridColumn={"8"} gridRow={{ mobile: "6", tablet: "full", desktop: "full" }} >