Commit d5d485c0 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '64331-Assignee-field-in-a-new-issue-has-an-incorrect-line-wrap' into 'master'

Added css class to fix incorrect line wrap

Closes #64331

See merge request gitlab-org/gitlab-ce!30523
parents 27bafccd ab6ec362
= form.label :assignee_id, "Assignee", class: "col-form-label #{has_due_date ? "col-lg-4" : "col-sm-2"}"
= form.label :assignee_id, "Assignee", class: "col-form-label #{has_due_date ? "col-md-2 col-lg-4" : "col-sm-2"}"
.col-sm-10{ class: ("col-md-8" if has_due_date) }
.issuable-form-select-holder.selectbox
- issuable.assignees.each do |assignee|
......
---
title: Fixed incorrect line wrap for assignee label in issues
merge_request: 30523
author: Marc Schwede
type: fixed
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