mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
include hbox in outpuarea css
This commit is contained in:
parent
947c32bfc4
commit
d5c744d74b
@ -240,7 +240,7 @@ var IPython = (function (IPython) {
|
||||
|
||||
|
||||
OutputArea.prototype.create_output_area = function () {
|
||||
var oa = $("<div/>").addClass("hbox output_area");
|
||||
var oa = $("<div/>").addClass("output_area");
|
||||
if (this.prompt_area) {
|
||||
oa.append($('<div/>').addClass('prompt'));
|
||||
}
|
||||
|
@ -273,6 +273,7 @@ div.output_prompt {
|
||||
div.output_area {
|
||||
padding: 0px;
|
||||
page-break-inside: avoid;
|
||||
.hbox();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user