CSS code that breaks long line of text Get link Facebook X Pinterest Email Other Apps November 21, 2021 .myWordBreak { white-space: normal; word-break: break-all; line-height: 25px; } use the above code as <span class="myWordBreak">_long_text_</span> Get link Facebook X Pinterest Email Other Apps