Skip to content

Username wrapping on small viewports

Denys Mishunov requested to merge 55221-username-wrapping into master

What does this MR do?

The MR provides a way to render username information on MRs on the small screens. The solution is based on progressive enhancement and hence default CSS properties are for the smallest screens that get enhanced for large screens using media queries. The visual solution is based on the proposed mockup in https://gitlab.com/gitlab-org/gitlab-ce/issues/55221.

What are the relevant issue numbers?

Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/55221.

Be aware of EE port https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9389

Screenshots

Screenshot_2019-01-31_at_16.04.31Screenshot_2019-01-31_at_16.05.27Screenshot_2019-01-31_at_16.05.29

Does this MR meet the acceptance criteria?

Edited by Denys Mishunov

Merge request reports