mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Revert "Prevent image outputs from being wider than their container."
This commit is contained in:
parent
d423b11dd4
commit
6272522a5a
@ -131,13 +131,6 @@ div.output_png {
|
||||
div.output_jpeg {
|
||||
}
|
||||
|
||||
// Prevent the image outputs from being wider than the page.
|
||||
div.output_png div.ui-wrapper,
|
||||
div.output_svg div.ui-wrapper,
|
||||
div.output_jpeg div.ui-wrapper {
|
||||
max-width: 100%
|
||||
}
|
||||
|
||||
/* Empty output_javascript divs should have no height */
|
||||
div.output_javascript:empty {
|
||||
padding: 0;
|
||||
|
5
IPython/html/static/style/ipython.min.css
vendored
5
IPython/html/static/style/ipython.min.css
vendored
@ -897,11 +897,6 @@ div.output_stderr {
|
||||
div.output_latex {
|
||||
text-align: left;
|
||||
}
|
||||
div.output_png div.ui-wrapper,
|
||||
div.output_svg div.ui-wrapper,
|
||||
div.output_jpeg div.ui-wrapper {
|
||||
max-width: 100%;
|
||||
}
|
||||
/* Empty output_javascript divs should have no height */
|
||||
div.output_javascript:empty {
|
||||
padding: 0;
|
||||
|
5
IPython/html/static/style/style.min.css
vendored
5
IPython/html/static/style/style.min.css
vendored
@ -9673,11 +9673,6 @@ div.output_stderr {
|
||||
div.output_latex {
|
||||
text-align: left;
|
||||
}
|
||||
div.output_png div.ui-wrapper,
|
||||
div.output_svg div.ui-wrapper,
|
||||
div.output_jpeg div.ui-wrapper {
|
||||
max-width: 100%;
|
||||
}
|
||||
/* Empty output_javascript divs should have no height */
|
||||
div.output_javascript:empty {
|
||||
padding: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user