mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
commit
a729745ba0
@ -195,12 +195,7 @@ define(function(require){
|
||||
)
|
||||
)
|
||||
.append($('<div/>').addClass('form-group')
|
||||
.append(
|
||||
$('<div/>')
|
||||
.addClass('input-group')
|
||||
.css('width', '100%')
|
||||
.append(repl)
|
||||
)
|
||||
.append(repl)
|
||||
)
|
||||
.append(body);
|
||||
|
||||
|
@ -28,9 +28,4 @@
|
||||
max-height: 60vh;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
& input:last-child {
|
||||
border-left:none;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user