From b58d7a715ac70c3851b0476cac726624a115275c Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Wed, 3 Jan 2024 12:52:55 +0530 Subject: [PATCH] style: remove unnecessary vertical scroll in `All Issues Tabs`. (#3300) --- web/components/workspace/views/header.tsx | 38 ++++++++++++----------- 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/web/components/workspace/views/header.tsx b/web/components/workspace/views/header.tsx index cda2eb4f2..a2dc0f1eb 100644 --- a/web/components/workspace/views/header.tsx +++ b/web/components/workspace/views/header.tsx @@ -26,7 +26,7 @@ const ViewTab = observer((props: { viewId: string }) => { { return ( <> setCreateViewModal(false)} /> -
- {DEFAULT_GLOBAL_VIEWS_LIST.map((tab) => ( - - - {tab.label} - - - ))} +
+
+ {DEFAULT_GLOBAL_VIEWS_LIST.map((tab) => ( + + + {tab.label} + + + ))} - {currentWorkspaceViews?.map((viewId) => ( - - ))} + {currentWorkspaceViews?.map((viewId) => ( + + ))} +