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
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-08-06 17:23:05 +0300
committerPhil Hughes <me@iamphill.com>2018-08-06 17:23:05 +0300
commit415b2f943ba80ef3b6746af0a98c6dbe062e803c (patch)
treea573b8ab8fee55180237247e99fc33449046cc13 /app
parentad570fa6a1d6c981243ff1c64a8be2c8e369f207 (diff)
parentbf1ce979e2d813b87c986822244a6d11e7f2d408 (diff)
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
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/reports/components/modal.vue4
1 files changed, 2 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"