Skip to content

Commit

Permalink
#6214 add margin to wide cells
Browse files Browse the repository at this point in the history
  • Loading branch information
piorek committed Feb 8, 2018
1 parent fc1533d commit ba7d003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/notebook/src/extension/UIOptionsHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function setupWideCells(wideCells: boolean): void {
}

let s = document.createElement('style');
s.innerText = `.container { width:100% !important; }`;
s.innerText = `#notebook_panel .container { width:auto; margin: 15px; }`;

document.body.appendChild(s);
}
Expand Down

0 comments on commit ba7d003

Please sign in to comment.