fix(GRO-564): prevent admin nav logout button overflow #266
Reference in New Issue
Block a user
Delete Branch "fix/gro-564-logout-button-overflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fixes the admin header navigation overflow issue where the Logout button was pushed off-screen when there are many nav items.
Changes
flexShrink: 0to logo div to prevent shrinkingoverflow-x: auto,flex: 1,minWidth: 0flexShrink: 0to all nav linksmarginLeft: autotoflexShrink: 0to keep it always visibleTesting
cc @cpfarhood
Deployed to groombook-dev
Images:
pr-266URL: https://dev.groombook.farh.net
Ready for UAT validation.