How to avoid overflow in a dropdown
I have the problem that when filling a dropdown with data of a Datatype through a Datapage, the content overflows.
I have done many tests placing a <br> tag or line break \n directly in the datatype that contains the information that the Datapage of the Dropdown control brings me, but it has not worked.
I have used the css overflow-y, overflow: scroll, etc. but it has not taken effect.
Any idea so that the content doesn't overflow and whether it generates a scroll or makes a line break, respect the length of the dropdown or the modal window, without overflowing.
Thanks in advance.
***Edited by Moderator Marije to add Capability tags***