Project Tags button hidden despite there being space
Created by: karlhungus
Colleague pointed out that the tags button was being hidden on project view, when her browser was being resized. Looked into it and found this commit: https://github.com/gitlabhq/gitlabhq/commit/a022fd41645300e011feb3f6893813ce2d3cde11
The inclusion of only-wide would hide tags, even if there was enough room to display it. I must admit it seems like really odd behavior to have buttons disappearing even if there is enough room on the screen to display them. Really it seems like if we are concerned with keeping things all on one screen we should collapse these into a menu on non wide screen rather then hiding them completely.