diff --git a/public/js/components/Notiz/Notiz.js b/public/js/components/Notiz/Notiz.js index 8b37cd6e3..a2702c7f0 100644 --- a/public/js/components/Notiz/Notiz.js +++ b/public/js/components/Notiz/Notiz.js @@ -82,7 +82,7 @@ export default { field: "text_stripped", width: 250, formatter: "html", - clipContents: true, + //clipContents: true, tooltip:function(e, cell, onRendered){ var el = document.createElement("div"); el.style.backgroundColor = "white"; @@ -254,7 +254,7 @@ export default { title: this.$p.t('global', 'text'), width: 250, tooltip: true, - clipContents: true, + //clipContents: true, }); // Force layout recalculation for handling overflow text