From 741e81ef6018dc9b9269d7fc29d9e85bb5e0f724 Mon Sep 17 00:00:00 2001 From: Martin Artnik Date: Fri, 8 Mar 2024 10:40:58 +0100 Subject: [PATCH] Fix experiment description modal smart annotations [SCI-10340] --- app/javascript/vue/experiments/modals/description.vue | 4 +--- app/views/shared/_atwho_user_container.html.erb | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app/javascript/vue/experiments/modals/description.vue b/app/javascript/vue/experiments/modals/description.vue index 528eb0da4..d2d581334 100644 --- a/app/javascript/vue/experiments/modals/description.vue +++ b/app/javascript/vue/experiments/modals/description.vue @@ -10,9 +10,7 @@ {{ experiment.name }} - + diff --git a/app/views/shared/_atwho_user_container.html.erb b/app/views/shared/_atwho_user_container.html.erb index 5d217f46c..aeae41d1a 100644 --- a/app/views/shared/_atwho_user_container.html.erb +++ b/app/views/shared/_atwho_user_container.html.erb @@ -15,7 +15,7 @@ data-html="true" tabindex="0" data-trigger="manual" - data-placement="top" + data-placement="auto" data-toggle="popover" data-content="" data-full-name="<%= escape_input(user.full_name) %>" @@ -32,4 +32,4 @@ <% unless skip_user_status || user_still_in_team %> <%= I18n.t('atwho.res.removed') %> <% end %> - \ No newline at end of file +