diff --git a/wise-webapp/src/main/webapp/jsp/mindmapList.jsp b/wise-webapp/src/main/webapp/jsp/mindmapList.jsp index e7842d2d..2c9c4f5e 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapList.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapList.jsp @@ -58,11 +58,11 @@ }, { sTitle:"", - sWidth:"270px", + sWidth:"430px", bUseRendered:false, mDataProp:"title", fnRender:function (obj) { - return '' + '' + $('').text(obj.aData.title).html() + labelTagsAsHtml(obj.aData.labels) + ''; + return '' + $('').text(obj.aData.title).html() + '' + labelTagsAsHtml(obj.aData.labels); } }, {