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-04-16 18:52:15 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-04-16 18:52:15 +0300
commita1e4ee960ab7ed34a8535e4fb25049b25e0a6f3b (patch)
tree0aed4896727a77ce7af843ee2dea81eee80a0489 /app/assets/javascripts/vue_shared/components/commit.vue
parent68f33e4277995233d5d5ec62863b586c24567a77 (diff)
Make the message break into a new line instead of truncating it
Diffstat (limited to 'app/assets/javascripts/vue_shared/components/commit.vue')
-rw-r--r--app/assets/javascripts/vue_shared/components/commit.vue4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/assets/javascripts/vue_shared/components/commit.vue b/app/assets/javascripts/vue_shared/components/commit.vue
index 03a3339202c..b8875d04488 100644
--- a/app/assets/javascripts/vue_shared/components/commit.vue
+++ b/app/assets/javascripts/vue_shared/components/commit.vue
@@ -174,9 +174,7 @@
{{ title }}
</a>
</span>
- <span
- class="flex-truncate-child"
- v-else>
+ <span v-else>
Can't find HEAD commit for this branch
</span>
</div>