Home / CSS Tips Generated By ChatGPT / Handling Long URLs with word-break in CSS Prevent long URLs from overflowing their container by breaking the word. Source Code .url { word-break: break-all; }