I am having issues with text overlay and I don't want to use a horizontal scroll because some strings in my list could potentially be very long. So instead of using overflow: hidden, or overflow: scroll, or overflow: overlay I would just rather cut the character length add [...] and do a notification on the hover of the list item.
For Example:
<ul>
<li>Black Coffee, Egyptian</li>
<li>Green Tea</li>
<li>Condensed Milk</li>
</ul>
Produces
- Black Coffee [...]
- Green Tea
- Condensed Milk
On Hover Produces A Boxed Overlay
Black Coffee, Egyptian (Organic, Boxed)