Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log stream: long words break the view #2773

Closed
giner opened this issue Jul 30, 2018 · 0 comments · Fixed by #2823
Closed

Log stream: long words break the view #2773

giner opened this issue Jul 30, 2018 · 0 comments · Fixed by #2823

Comments

@giner
Copy link

giner commented Jul 30, 2018

Expected behaviour

Either long words should be wrapped or horizontal scroll should appear when the log stream view exceeds browser window size.

Actual behaviour

If the log stream contains a long word somewhere then the endings of all log lines become invisible.
See the screenshot (the result of bash -c 'data1=$(seq -s "-" 1 200); data2=$(seq -s " " 1 200); while true; do echo "$data1"; sleep 5; echo "$data2"; sleep 5; done'):
long-word-breaks-log-stream-view

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants