Skip to content

Resolve "Admin/Overview/Users mobile view"

What does this MR do?

Fixes mobile layout issues on /admin/users page.

  • Fixes control element placement when long usernames or email addresses overflow their container
  • Fixes condensed dropdown menu (issue caused by acde2e30)

Before: Screen_Shot_2016-09-28_at_3.29.11_PM

Screen_Shot_2016-09-29_at_23.36.40

After: Screen_Shot_2016-10-24_at_11.55.32_PM

Are there points in the code the reviewer needs to double check?

Ensure css changes don't have any side effects elsewhere in GitLab. (I don't think they would...)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #22746 (closed)

Merge request reports