-
I found that long text strings in Markdown, such as hash values, flag values, etc., will exceed the layout box. Is this because the default word is displayed on a single line? |
Beta Was this translation helpful? Give feedback.
Answered by
alexvoss
Jun 11, 2024
Replies: 1 comment
-
You could try and play with the CSS word-break property if you want to make these wrap around. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
W1ndys
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could try and play with the CSS word-break property if you want to make these wrap around.