File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/jupyter_contrib_nbextensions/nbextensions/toc2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,15 +177,15 @@ var make_link = function(h, num_lbl) {
177
177
$ ( '#notebook-container' ) . css ( 'margin-left' , 30 ) ;
178
178
$ ( '#notebook-container' ) . css ( 'width' , $ ( '#notebook' ) . width ( ) - 30 ) ;
179
179
} else { // original width
180
- $ ( "#notebook-container" ) . css ( { 'width' :st . nbcontainer_width , 'margin-left' :'auto' } )
180
+ $ ( "#notebook-container" ) . css ( { 'width' :'' , 'margin-left' :'auto' } )
181
181
}
182
182
}
183
183
} else {
184
184
if ( cfg . widenNotebook ) {
185
185
$ ( '#notebook-container' ) . css ( 'margin-left' , 30 ) ;
186
186
$ ( '#notebook-container' ) . css ( 'width' , $ ( '#notebook' ) . width ( ) - 30 ) ;
187
187
} else { // original width
188
- $ ( "#notebook-container" ) . css ( { 'width' :st . nbcontainer_width , 'margin-left' :'auto' } )
188
+ $ ( "#notebook-container" ) . css ( { 'width' :'' , 'margin-left' :'auto' } )
189
189
}
190
190
}
191
191
}
You can’t perform that action at this time.
0 commit comments