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.
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
andflex-shrink
attributes on the menu sections depending on if the content is static.Related Pull Requests
Changes
staticContent
bit onMenuSectionConfig
and set the property for appropriate menu sections.menu-section-static
CSS class to static content menu sections.