mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Merge pull request #3226 from ellisonbg/renamedialog
Text in rename dialog was way too big - making it <p>.
This commit is contained in:
commit
7da43f8ebb
@ -61,7 +61,7 @@ var IPython = (function (IPython) {
|
||||
var that = this;
|
||||
var dialog = $('<div/>');
|
||||
dialog.append(
|
||||
$('<h3/>').html('Enter a new notebook name:')
|
||||
$('<p/>').html('Enter a new notebook name:')
|
||||
.css({'margin-bottom': '10px'})
|
||||
);
|
||||
dialog.append(
|
||||
|
Loading…
Reference in New Issue
Block a user