From f12db529e0c781d953e7e5bba3ae3e70fefd1440 Mon Sep 17 00:00:00 2001 From: ma0068 Date: Thu, 31 Jul 2025 07:40:07 +0200 Subject: [PATCH] Tab Notizen: remove clipContents --- public/js/components/Notiz/Notiz.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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