[UI] Merge request count hidden on project nav even on 1600px wide screen.
Created by: cirosantilli
To reproduce:
- enable everything in your project: issues, MRs, snippets, wiki
- visit a project you own, so that "Settings" will be on the nav.
On a 1600px wide screen, there is plenty of lateral space, but the merge request count is still hidden.
This is probably a buggy auto hide targeting narrow mobile screens that back fired, since if I:
- reduce my browser's window size, the issue count also disappears
- modify on the view "Merge request" to the shorter "a b", the count shows again
Possible solutions:
- allow it to grow wider
- use vertical nav on right like GitHub
- use two row project nav
- merge network and graphs tabs
Screenshot from GitLab.com: