Question
Please explain the problem you are running into.
I have some text that has a slash in it and when it's too long, the slash stays on the top line
Code sample
Provide a few simple lines of code to show your problem.
sometexthere/therestofthetext
formats to
sometexthere/
therestofthetext
I would like it to format to so the / goes to the second line:
Question Please explain the problem you are running into. I have some text that has a slash in it and when it's too long, the slash stays on the top line
Code sample Provide a few simple lines of code to show your problem. sometexthere/therestofthetext
formats to
sometexthere/ therestofthetext
I would like it to format to so the / goes to the second line:
sometexthere /therestofthetext
Version