add a non-breaking space to pad initialState
This commit is contained in:
@@ -377,7 +377,8 @@ define(function () {
|
||||
|
||||
'<p><span style="color:#808080;"><em>',
|
||||
'Go ahead, just start typing...',
|
||||
'</em></span></p></span>'
|
||||
'</em></span></p></span>',
|
||||
'<p> <br></p>'
|
||||
].join('');
|
||||
|
||||
out.codeInitialState = [
|
||||
|
||||
Reference in New Issue
Block a user