Skip to content

Resolve "Use one column form layout on Admin Area Settings page"

What does this MR do?

Updates Admin Area -> Settings page to use a single-column layout vs. the existing two-column layout.

In other words:

  • change .form-group.row to .form-group
  • convert labels using CSS classes col-form-label col-sm-2 to label-light
  • remove any column offsetting
  • fix issue with missing checked parameter with radio_button_tag
  • fix HAML formatting

Screenshots

Before (two-column layout)
After (single-column layout)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #44674 (closed)

Edited by Taurie Davis

Merge request reports