Skip to content

Resolve "User profile page: Horizonal whitespace between Overview columns breaks two column layout"

What does this MR do?

The change introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23803 creates a visual glitch for the single-column layout on smaller devices.

This MR makes sure that the additional horizontal 5px margin is only added on large breakpoints as long as there's a two-column layout.

Screenshots:

before after
profile_overview_before profile_overview_after

What are the relevant issue numbers?

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

Does this MR meet the acceptance criteria?

Closes #56010 (closed)

Edited by Martin Wortschack

Merge request reports