summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2019-03-20 15:37:14 +0100
committerWinnie Hellmann <winnie@gitlab.com>2019-03-20 15:37:14 +0100
commit6f4c01784b3c664f67b6c099d5e680be2eec8ff1 (patch)
tree095532eff23726052106ced202170bdacaba858f
parentd2c01153a882b1f3d5ad5dc3e1218741bfabceb5 (diff)
downloadgitlab-ce-6f4c01784b3c664f67b6c099d5e680be2eec8ff1.tar.gz
Move reply to comment tooltip to the top
-rw-r--r--app/assets/javascripts/notes/components/note_actions/reply_button.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/notes/components/note_actions/reply_button.vue b/app/assets/javascripts/notes/components/note_actions/reply_button.vue
index f50cab81efe..be8e42af9ea 100644
--- a/app/assets/javascripts/notes/components/note_actions/reply_button.vue
+++ b/app/assets/javascripts/notes/components/note_actions/reply_button.vue
@@ -18,7 +18,7 @@ export default {
<div class="note-actions-item">
<gl-button
ref="button"
- v-gl-tooltip.bottom
+ v-gl-tooltip
class="note-action-button"
variant="transparent"
:title="__('Reply to comment')"