Open samhoooo opened 3 weeks ago
I suggest to update calculations that determine if arrows in the tabs are shown "<" ">" too in order to mantain behavior consistent
packages\bruno-app\src\components\RequestTabs\index.js
const maxTablistWidth = screenWidth - leftSidebarWidth - 150; const tabsWidth = collectionRequestTabs.length * 150 + 34; // 34: (+)icon
Description
This PR aims to allow longer names in tab header to resolve:
Implementation details:
I updated css
max-width: 250px
of tab header to achieve longer name displayContribution Checklist:
Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.
Publishing to New Package Managers
Please see here for more information.