Increases title column on modal for reports
This commit is contained in:
parent
2b78eab1fa
commit
bf1ce979e2
2 changed files with 7 additions and 2 deletions
|
@ -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"
|
||||
|
|
5
changelogs/unreleased/49835-increase-width.yml
Normal file
5
changelogs/unreleased/49835-increase-width.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Increases title column on modal for reports
|
||||
merge_request:
|
||||
author:
|
||||
type: other
|
Loading…
Reference in a new issue