LabKey / labkey-ui-components

This repository defines all of the npm packages available in the @labkey scope.
Other
2 stars 2 forks source link

ProductMenu: improve layout of static menu sections #1477

Closed labkey-nicka closed 6 months ago

labkey-nicka commented 6 months ago

Rationale

This addresses a small layout problem introduced by #1469 where static content menu sections (e.g. "Requests", "Plates") are getting squeezed out by the dynamic content menu sections (e.g. "Sample Types", "Storage"). The fix is to utilize flex-grow and flex-shrink attributes on the menu sections depending on if the content is static.

Related Pull Requests

Changes