Expand description
Text wrapping: plain and styled, with hard-break fallback for tokens that cannot fit.
Lived inside widgets/chat.rs, which is why widgets/question.rs imported
wrap_styled_line from a sibling WIDGET. Wrapping is not a chat concern —
it is a render-layer primitive that several widgets need — so it sits one
level up and that import becomes legitimate.