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

NB css inconsistent behavior between ff and webkit #3049

Closed
ghost opened this issue Mar 21, 2013 · 3 comments · Fixed by #3051
Closed

NB css inconsistent behavior between ff and webkit #3049

ghost opened this issue Mar 21, 2013 · 3 comments · Fixed by #3051
Milestone

Comments

@ghost
Copy link

ghost commented Mar 21, 2013

Chrome 25:
chrome_allgood

ff 19:
ff_bad

and ff with a css tweak to the notebook vbox elements:
ff_good

as markdown:

#firefox with css tweak to IPython

display(HTML("""
<style>
.output.vbox {
width: 100%;
}
</style>

<div style='width:100%;height:100px;background:#aaa'>
That's better
</div>
"""))
@ghost
Copy link
Author

ghost commented Mar 21, 2013

Hopefully, didn't miss 13.2.

@minrk
Copy link
Member

minrk commented Mar 21, 2013

Applied to master with #3051, and 0.13.2 with #3052. Thanks!

@ghost
Copy link
Author

ghost commented Mar 23, 2013

great. close? I think you have a milestone policy...

@ghost ghost closed this as completed Mar 23, 2013
minrk added a commit that referenced this issue Mar 25, 2013
add width:100% to vbox for webkit / FF consistency

closes #3049
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
add width:100% to vbox for webkit / FF consistency

closes ipython#3049
This issue was closed.
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 a pull request may close this issue.

1 participant