ni / nimble

The NI Nimble Design System
https://nimble.ni.dev
MIT License
32 stars 8 forks source link

Fix issue with tab panel not sizing to height of tabs component. #2458

Closed atmgrifter00 closed 3 weeks ago

atmgrifter00 commented 3 weeks ago

Pull Request

๐Ÿคจ Rationale

The update to the Tabs component introducing scroll buttons #2440 also updated the display setting to flex. This resulted in a missed change in behavior with how the TabPanel might size to the height of the Tabs component. See this discussion.

๐Ÿ‘ฉโ€๐Ÿ’ป Implementation

Just needed to set a style on [part="tabpanel"] to have flex: 1;.

๐Ÿงช Testing

Added a Chromatic test that would fail without the style change.

โœ… Checklist