Skip to content

Fixed spacing in mobile secondary nav

Phil Hughes requested to merge second-nav-spacing-mobile into master

What does this MR do?

Instead of doing table-cell on the <li/>'s it uses inline-block to make the spacing a bit nicer. It used to spread across the width which made some weird spacing issues, especially noticeable with the user avatar & the dropdown caret.

Screenshots (if relevant)

Before After
Screen_Shot_2017-03-02_at_10.43.18 Screen_Shot_2017-03-02_at_10.42.58

Merge request reports