Increases title column on modal for reports

This commit is contained in:
Filipa Lacerda 2018-08-06 13:12:36 +01:00
parent 2b78eab1fa
commit bf1ce979e2
No known key found for this signature in database
GPG Key ID: 9CA3FDE4D1E2F1C8
2 changed files with 7 additions and 2 deletions

View File

@ -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"

View File

@ -0,0 +1,5 @@
---
title: Increases title column on modal for reports
merge_request:
author:
type: other