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:
authorThomas Randolph <trandolph@gitlab.com>2019-08-13 04:20:15 +0300
committerThomas Randolph <trandolph@gitlab.com>2019-08-17 00:40:29 +0300
commitc0769b308a9df0de6374c480310c41c990bc7cc1 (patch)
tree16c31a5290ed439680282fb3ccfaa5670e54c648 /app/assets/javascripts/diffs/components
parent0baadb42e2a0a3aecdb0b9792743887998efbcf8 (diff)
Make all of the discussion toggle clickable
Diffstat (limited to 'app/assets/javascripts/diffs/components')
-rw-r--r--app/assets/javascripts/diffs/components/app.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/diffs/components/app.vue b/app/assets/javascripts/diffs/components/app.vue
index 81da0754752..19b85710710 100644
--- a/app/assets/javascripts/diffs/components/app.vue
+++ b/app/assets/javascripts/diffs/components/app.vue
@@ -305,7 +305,7 @@ export default {
<div
v-show="showTreeList"
:style="{ width: `${treeWidth}px` }"
- class="diff-tree-list js-diff-tree-list"
+ class="diff-tree-list js-diff-tree-list mr-3"
>
<panel-resizer
:size.sync="treeWidth"