HTML Editor Box visual issue after upgrade
after upgrading to the latest portal version there is a strange visual issue with the boxes where they overlap items below them
this doesnt affect how they work at all its just untidy
any ideas?
Thanks
Dave
Best Answer
-
Jonathan_Boles Customer Ninja IT Monkey ✭✭✭✭Does adding a spacer row help?
Below is some code we have in one of our custom work item forms:<div>{</div><div> name: "",</div><div> rows: [</div><div> {</div><div> columnFieldList: [</div><div> { DataType: "Spacer" }</div><div> ]</div><div> }</div><div> ]</div><div>},</div>
5
Answers
Below is some code we have in one of our custom work item forms: