How can I disable text wrapping for text passed to a spinner? #3801
Unanswered
MaddyGuthridge
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently trying to display a potentially long command next to a spinner. The command text has been assembled with the options
overflow="ellipsis"
andno_wrap=True
, but when it is passed to aSpinner
it appears to wrap regardless.Notice how the
/tmp/marktenvymmjjwx
appears on a new-line beneath the spinner.Is there a way I can accomplish this behaviour?
Beta Was this translation helpful? Give feedback.
All reactions