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 wrapping for truncated output #140944

Merged
merged 1 commit into from
Jan 19, 2022

Conversation

rchiodo
Copy link
Contributor

@rchiodo rchiodo commented Jan 19, 2022

This PR fixes #136184

Root cause was the styles being applied for the <pre> node weren't consistent. The code was using divs for the post ... so changing the whole thing to use divs fixed the wrapping problem.

Before change:

image

After change:

image

@rchiodo rchiodo self-assigned this Jan 19, 2022
@rchiodo rchiodo requested a review from rebornix January 19, 2022 00:12
@rebornix rebornix merged commit c40e837 into microsoft:main Jan 19, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Mar 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Large notebook text outputs can't be wrapped
2 participants