Skip to content

Hide main menu project title when in icon only mode (collapsed) as it breaks layout

What does this MR do?

Noticed the title is causing the collapsed menu to break if it wraps over multiple lines as it is only not visible by overflow and not hidden.

Why was this MR needed?

It fixes the main menu which is currently looking a bit off.

Screenshots (if relevant)

Before: Screen_Shot_2017-09-08_at_00.45.40

After: Screen_Shot_2017-09-08_at_00.46.13

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/36589

Merge request reports