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
02bcb6b7
Commit
02bcb6b7
authored
Aug 18, 2020
by
André Luís
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make approval rule paths break line when needed
parent
ea665b59
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
ee/app/assets/javascripts/vue_merge_request_widget/components/approvals/approvals_list.vue
...ge_request_widget/components/approvals/approvals_list.vue
+1
-1
ee/changelogs/unreleased/238418-fix-approval-rules-bursting-layout.yml
.../unreleased/238418-fix-approval-rules-bursting-layout.yml
+6
-0
No files found.
ee/app/assets/javascripts/vue_merge_request_widget/components/approvals/approvals_list.vue
View file @
02bcb6b7
...
...
@@ -46,7 +46,7 @@ export default {
rules
:
orderBy
(
this
.
approvalRules
.
filter
(
rule
=>
rule
.
rule_type
===
RULE_TYPE_CODE_OWNER
)
.
map
(
rule
=>
({
...
rule
,
nameClass
:
'
monospace
'
})),
.
map
(
rule
=>
({
...
rule
,
nameClass
:
'
monospace
gl-word-break-all
'
})),
[
o
=>
o
.
section
===
'
codeowners
'
,
'
name
'
,
'
section
'
],
[
'
desc
'
,
'
asc
'
,
'
asc
'
],
),
...
...
ee/changelogs/unreleased/238418-fix-approval-rules-bursting-layout.yml
0 → 100644
View file @
02bcb6b7
---
title
:
Fix Approval Rules table in Merge Requests brusting out of the layout in some
scenarios
merge_request
:
39753
author
:
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