diff --git a/lib/assets/javascripts/utils/tooltipHelper.js b/lib/assets/javascripts/utils/tooltipHelper.js index 7e51d50..cb77b69 100644 --- a/lib/assets/javascripts/utils/tooltipHelper.js +++ b/lib/assets/javascripts/utils/tooltipHelper.js @@ -8,6 +8,6 @@ // If the content of the tooltip contains HTML, then add `data-html="true"` to the element $('[data-toggle="tooltip"]').tooltip({ animated: 'fade', - placement: 'right', + placement: 'bottom', }); });