``` .ugc { white-space: pre-wrap; overflow-wrap: break-word; unicode-bidi: isolate; } ``` Disables whitespace collapsing, prevents overflows and avoids bidirectional text bugs
Disables whitespace collapsing, prevents overflows and avoids bidirectional text bugs