click here for image description
let newLink = '<a href="' + data.response.lst[i].url + '" > <img src="/img/Group 600.svg" /> <span style=" font-size: 12px;color: #094A98; font-weight: 700;font-family: open sans; padding-left: 12px; word-break: break-word;"> ' + data.response.lst[i].display_Name + '</span></a>'
I recently created a drop-down where text and an image are displayed. However, I noticed that when the text is too long, it overlaps or displays under the image. How can this issue be resolved?