Reputation: 5968
i have this code:
<li style="padding: 23px 5px 23px 19px; width: 100%;">
<div style="min-width: 50%;">
Email Address
</div>
<div style="min-width: 50%;">
[email protected]
</div>
</li>
and the result looks like this: as you can see on the bottom cell, i would want the text that overlap to come on bottom. i tried flex-wrap: nowrap; with no success. Help?
Upvotes: 0
Views: 1250