Commit ab6ec362 authored by Marc Schwede's avatar Marc Schwede Committed by Annabel Dunstone Gray

Added css class to fix line wrap for assignee label in issues

Fixes #64331
parent 27bafccd
= 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