Commit 4ac4059b authored by Clement Ho's avatar Clement Ho

Fix responsive layout of weight select in new issue page

parent 8e323420
...@@ -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