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

Fix word wrap behavior in console pane #6034

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

samclark2015
Copy link

Addresses #5580

Updated console stylesheet to enable wrapping mid-word (i.e., not waiting for a natural breakpoint). Overflowing lines now wrap as soon as they reach the edge of a console, preventing the horizontal scrollbar from becoming active.

New behavior in Python console:
Screenshot 2025-01-17 at 10 38 40 AM

New behavior in R console:
Screenshot 2025-01-17 at 10 38 09 AM

See issue above for prior behavior.

Release Notes

New Features

  • N/A

Bug Fixes

  • Fixed bug in console pane to allow proper line wrapping behavior

QA Notes

Updated console stylesheet to enable wrapping mid-word (i.e., not waiting for a natural breakpoint)
Copy link

E2E Tests 🚀
This PR will run tests tagged with: @:critical

readme  valid tags

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

Successfully merging this pull request may close these issues.

1 participant