Among the items in my list, some consist of a single line of text while others have two lines with a break in between.
I am facing challenges in vertically aligning the image to the right of the text. Aligning is simple when there is just one line of text, but with multiple lines, the image ends up positioned at the top.
<ul>
<li><a href="#"><img src=""/>Text Text Text<br/>Second Line of Text</a></li>
<li><a href="#"><img src="" />Text Text Text</a></li>
<li><a href="#"><img src="" />Text Text Text</a></li>
</ul>
Here's an illustration of the issue: