Commit fa41cf93 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'fix-weight-select-new-issue' into 'master'

Fix responsive layout of weight select in new issue page

Closes #6338

See merge request gitlab-org/gitlab-ee!6049
parents 9696e49f 4ac4059b
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
- form = local_assigns.fetch(:form) - form = local_assigns.fetch(:form)
.form-group.row .form-group.row
= form.label :label_ids, class: "col-form-label #{"col-lg-4" if has_due_date}" do = form.label :label_ids, class: "col-form-label col-md-2 #{"col-lg-4" if has_due_date}" do
Weight Weight
.col-sm-10{ class: ("col-lg-8" if has_due_date) } .col-md-10{ class: ("col-lg-8" if has_due_date) }
.issuable-form-select-holder .issuable-form-select-holder
- if issuable.weight - if issuable.weight
= form.hidden_field :weight = form.hidden_field :weight
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment