Is there a way to align all three lines of text to the right of an image without wrapping on the second line?
If you have any suggestions, please let me know!
Check out this JSFiddle for reference.
CSS:
img {
min-width:75px;
height:90px;
vertical-align:middle;
margin-right:30px
}
HTML:
<div class="medium-12 columns"><img src="http://placekitten.com/g/75/90" />1<br />2<br />3</div>