Thanks to visit codestin.com
Credit goes to github.com

Skip to content

NB css inconsistent behavior between ff and webkit #3049

Closed
@ghost

Description

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>
"""))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions