From 395098417c49fc5aa08baef8d292d605dc5376b4 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Sun, 25 Feb 2024 22:35:42 +0530 Subject: [PATCH 01/67] fix: cycle select dropdown issue layout overflow fix (#3789) --- web/components/dropdowns/cycle.tsx | 2 +- .../issues/issue-layouts/properties/all-properties.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/dropdowns/cycle.tsx b/web/components/dropdowns/cycle.tsx index 0104c3c1f43..09b0acde5e1 100644 --- a/web/components/dropdowns/cycle.tsx +++ b/web/components/dropdowns/cycle.tsx @@ -204,7 +204,7 @@ export const CycleDropdown: React.FC = observer((props) => { > {!hideIcon && } {BUTTON_VARIANTS_WITH_TEXT.includes(buttonVariant) && ( - {selectedCycle?.name ?? placeholder} + {selectedCycle?.name ?? placeholder} )} {dropdownArrow && (