Commit 415b2f94 authored by Phil Hughes's avatar Phil Hughes

Merge branch '49835-increase-width' into 'master'

Resolve "Increase width of left column in reports modal"

Closes #49835

See merge request gitlab-org/gitlab-ce!21048
parents ad570fa6 bf1ce979
......@@ -36,11 +36,11 @@
:key="index"
class="row prepend-top-10 append-bottom-10"
>
<strong class="col-sm-2 text-right">
<strong class="col-sm-3 text-right">
{{ field.text }}:
</strong>
<div class="col-sm-10 text-secondary">
<div class="col-sm-9 text-secondary">
<code-block
v-if="field.type === $options.fieldTypes.codeBock"
:code="field.value"
......
---
title: Increases title column on modal for reports
merge_request:
author:
type: other
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