From 888268ac1176a1311cd0e9978a3f8082c4c45235 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:45:09 +0530 Subject: [PATCH] chore: issue sidebar min width and padding added (#3800) --- web/components/issues/issue-detail/root.tsx | 2 +- web/components/issues/issue-detail/sidebar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/issues/issue-detail/root.tsx b/web/components/issues/issue-detail/root.tsx index 6252fc03a..02164cff9 100644 --- a/web/components/issues/issue-detail/root.tsx +++ b/web/components/issues/issue-detail/root.tsx @@ -360,7 +360,7 @@ export const IssueDetailRoot: FC = observer((props) => { />
= observer((props) => {
-
+
Properties
{/* TODO: render properties using a common component */}