Commit 02bcb6b7 authored by André Luís's avatar André Luís

Make approval rule paths break line when needed

parent ea665b59
......@@ -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'],
),
......
---
title: Fix Approval Rules table in Merge Requests brusting out of the layout in some
scenarios
merge_request: 39753
author:
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