From ce9773b7c9106a9134a2e2e161d1eada6d7a42c5 Mon Sep 17 00:00:00 2001 From: Chirag Chandrashekhar Date: Wed, 31 Dec 2025 17:00:41 +0530 Subject: [PATCH] fix: Add New Request CTA alignment in tabs (#6584) * fix: Add New Request CTA alignment in tabs - Moved the '+' icon before the chevron to maintain alignment once chevrons appear - Added padding to the '+' icon for better spacing. * refactor: streamline New Request button rendering in RequestTabs component - Simplified the rendering logic for the New Request button by removing unnecessary conditional wrappers. - Ensured the button remains functional and maintains its styling within the tab layout. --- .../src/components/RequestTabs/index.js | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/packages/bruno-app/src/components/RequestTabs/index.js b/packages/bruno-app/src/components/RequestTabs/index.js index 79498cbb6..8c9f48f76 100644 --- a/packages/bruno-app/src/components/RequestTabs/index.js +++ b/packages/bruno-app/src/components/RequestTabs/index.js @@ -168,6 +168,14 @@ const RequestTabs = () => { + {activeCollection && ( +
setNewRequestModalOpen(true)}> + +
+ )}