Skip to content
Discussion options

You must be logged in to vote

Your message is being clipped. Static will use the width of the container by default. If you add on the width of your timestamp, then the message will be pushed off the right of the screen.

If you set the width to "1fr", it will tell Textual to use the remaining width.

import textual.app
import textual.containers
import textual.widget
import textual.widgets

TEXT = (
    "So many resources are devoted to internal issues that no external input "
    "can be processed anymore, and the system stops working. The world may be "
    "undergoing a revolution, Rome may be burning, but the philosophical "
    "discourse remains detached, meaningless, and utterly oblivious. Time for "
    "an upgra…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by rndusr
Comment options

You must be logged in to vote
1 reply
@willmcgugan
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3324 on September 16, 2023 10:06.