Dealing with overflowing content is one of the most common problems in UI development, let’s delve into the most common techniques to conquer this ⚔ with just the power of CSS.
We will be looking into the following properties:
1️⃣ overflow-wrap: How overflow-wrap can save your day? “overflow-wrap: break-word” vs “overflow-wrap: anywhere”, how are they different?
2️⃣ word-break: How to handle CJK languages? word-break vs overflow-wrap.
3️⃣ text-overflow: Uncover the power of the text-overflow property.
Explore here