Text Wrapping
#266
-
I am attempting to write text within squares in a grid, and wrap the text to make sure it doesn't overflow/overlap with other squares. My code is the following: |
Beta Was this translation helpful? Give feedback.
Answered by
tocsoft
Mar 30, 2023
Replies: 1 comment 2 replies
-
i'm fairly certain we don't/can't break inside word to wrap them... try adding some spaces into your test text and see if that work for you. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
x3rt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i'm fairly certain we don't/can't break inside word to wrap them... try adding some spaces into your test text and see if that work for you.