wrote:
Hello,
Try to solve this via CSS.
So for the column above, define a CSS class - lets say .MayBeLongColumn.
And try specifying the CSS:
.MayBeLongColumn {
word-wrap: break-word;
}
Let me know if this solves the problem. You can first try finding the correct div on which this CSS should be applied by specifying the CSS from the chrome web console.
Hey Chetan,
I tried to add the class to the collumn, didn't work, after looking in the inspect element I managed to find that it would only work in the maincontent div, which i can't add classes on...
Edit: