Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ab6ec362
Commit
ab6ec362
authored
Jul 10, 2019
by
Marc Schwede
Committed by
Annabel Dunstone Gray
Jul 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added css class to fix line wrap for assignee label in issues
Fixes #64331
parent
27bafccd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/views/shared/issuable/form/_metadata_issuable_assignee.html.haml
...hared/issuable/form/_metadata_issuable_assignee.html.haml
+1
-1
changelogs/unreleased/64331-Assignee-field-in-a-new-issue-has-an-incorrect-line-wrap.yml
...ignee-field-in-a-new-issue-has-an-incorrect-line-wrap.yml
+5
-0
No files found.
app/views/shared/issuable/form/_metadata_issuable_assignee.html.haml
View file @
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
|
...
...
changelogs/unreleased/64331-Assignee-field-in-a-new-issue-has-an-incorrect-line-wrap.yml
0 → 100644
View file @
ab6ec362
---
title
:
Fixed incorrect line wrap for assignee label in issues
merge_request
:
30523
author
:
Marc Schwede
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment