From 31ebecba528d772a61d1fc4c36bcb76a797817e8 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Sun, 25 Feb 2024 22:36:33 +0530 Subject: [PATCH] fix: issue sidebar label overflow (#3788) --- web/components/issues/issue-detail/label/label-list-item.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/issues/issue-detail/label/label-list-item.tsx b/web/components/issues/issue-detail/label/label-list-item.tsx index 3c3164c5a..60792b01c 100644 --- a/web/components/issues/issue-detail/label/label-list-item.tsx +++ b/web/components/issues/issue-detail/label/label-list-item.tsx @@ -35,7 +35,7 @@ export const LabelListItem: FC = (props) => { return (
= (props) => { backgroundColor: label.color ?? "#000000", }} /> -
{label.name}
+
{label.name}
{!disabled && (