Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-08-06 15:12:36 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-08-06 15:12:36 +0300
commitbf1ce979e2d813b87c986822244a6d11e7f2d408 (patch)
tree115deeb6ed51b382578bf360b1d7fe23a5498e3b
parent2b78eab1fa26ae734db53a13a9e2bce931d6a1ce (diff)
Increases title column on modal for reports
-rw-r--r--app/assets/javascripts/reports/components/modal.vue4
-rw-r--r--changelogs/unreleased/49835-increase-width.yml5
2 files changed, 7 insertions, 2 deletions
diff --git a/app/assets/javascripts/reports/components/modal.vue b/app/assets/javascripts/reports/components/modal.vue
index b2133714858..acc5c6d85e2 100644
--- a/app/assets/javascripts/reports/components/modal.vue
+++ b/app/assets/javascripts/reports/components/modal.vue
@@ -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"
diff --git a/changelogs/unreleased/49835-increase-width.yml b/changelogs/unreleased/49835-increase-width.yml
new file mode 100644
index 00000000000..f963c0c5e47
--- /dev/null
+++ b/changelogs/unreleased/49835-increase-width.yml
@@ -0,0 +1,5 @@
+---
+title: Increases title column on modal for reports
+merge_request:
+author:
+type: other