Hi all,
I have created a dynamics portal website and I can't seem to get the field values onto the next line when the value of the field overflows The value should show "Longford Park is Testing"
I have tried css styling on the element but still can't get the full value to display on a new line. Added below to css:
word-wrap:break-word
overflow-wrap: break-word;
display:inline-block;
word-break:break-word;
Can anyone help?
Thanks.
Davey