How can I make text appear on next line instead of overflowing? [duplicate] October 21, 2022 by Tarik Just add white-space: initial; to the text, a line text will come automatically in the next line.