Skip to content

Improvement alignment between labels and inputs

Eduardo Sanz García requested to merge esanzgar/gitlab:17137 into master

What does this MR do?

This MR solves issue #17137 (closed) by improving the aligning between the left label and right input field in the /admin/users form.

I removed the extra padding for three labels (Can create group, Access level, and External) by removing the class col-form-label.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

This MR has no risks other than improving the UI.

Screenshots

Before After
Screenshot_2020-07-08_at_11.26.58 Screenshot_2020-07-08_at_10.58.31
Edited by Brandon Labuschagne

Merge request reports