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

Give output popups a max width and text overflow? #11

Closed
sherbondy opened this issue May 21, 2015 · 3 comments
Closed

Give output popups a max width and text overflow? #11

sherbondy opened this issue May 21, 2015 · 3 comments

Comments

@sherbondy
Copy link

Hey pal, when python spews out a really long string, sometimes the output popup exceeds the window width. Can dismiss with clear-results, but maybe the popup should have a maximum width?

screenshot 2015-05-20 18 12 12

@sherbondy sherbondy changed the title Dismiss popup which exceeds screen width (or truncate to some max width based on window-size) Give output popups a max width and text overflow? May 21, 2015
@willwhitney
Copy link
Collaborator

Whoa, it should already. Not sure why you're getting this. Let me check
into it.

On Wed, May 20, 2015 at 8:15 PM Ethan Sherbondy notifications@github.com
wrote:

Hey pal, when python spews out a really long string, sometimes the output
popup exceeds the window width. Can dismiss with clear-results, but maybe
the popup should have a maximum width?

[image: screenshot 2015-05-20 18 12 12]
https://cloud.githubusercontent.com/assets/193187/7739332/3f63b6cc-ff1c-11e4-958d-8903d8cffb70.png


Reply to this email directly or view it on GitHub
#11.

@sherbondy
Copy link
Author

.bubble-result-container {
    position: relative;
    max-width: 500px;
    max-height: 500px;
    overflow: hidden;

}

should be moved to .bubble-output-container mebbe?

@willwhitney
Copy link
Collaborator

Yup, just found it. Changing and pushing.

On Wed, May 20, 2015 at 8:19 PM Ethan Sherbondy notifications@github.com
wrote:

.bubble-result-container {
position: relative;
max-width: 500px;
max-height: 500px;
overflow: hidden;

}

should be moved to .bubble-output-container mebbe?


Reply to this email directly or view it on GitHub
#11 (comment)
.

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

No branches or pull requests

2 participants