I am currently working on the design of a chat user interface.
One issue I have encountered is that when I input a large number of characters into my chat bubble, they end up spilling outside of the bubble.
Does anyone know of any CSS techniques that can automatically break a line after reaching a certain width to prevent this issue?