Skip to content

Remove form-horizontal class where applicable

Jose Ivan Vargas requested to merge jivl-update-form-horizontal-usage into master

What does this MR do?

Replaces .form-horizontal with .form-group.row or removes it entirely (where applicable)

Screenshots (if relevant)

app/views/admin/application_settings/_terms.html.haml Screen_Shot_2018-05-30_at_12.33.23_PM

_repository_mirrors_form.html.haml Screen_Shot_2018-05-30_at_12.37.12_PM

app/assets/javascripts/ide/components/commit_sidebar/form.vue Screen_Shot_2018-05-30_at_1.02.18_PM

app/assets/javascripts/pages/projects/wikis/components/delete_wiki_modal.vue Screen_Shot_2018-05-30_at_12.25.45_PM

app/views/shared/members/_member.html.haml Screen_Shot_2018-05-30_at_1.44.42_PM

Mobile: Screen_Shot_2018-05-30_at_1.44.21_PM

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

closes #46744 (closed)

Edited by Jose Ivan Vargas

Merge request reports