|
@@ -288,7 +288,7 @@ class PageEditor extends React.Component {
|
|
|
const emojiStrategy = this.props.appContainer.getEmojiStrategy();
|
|
const emojiStrategy = this.props.appContainer.getEmojiStrategy();
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
- <div className="d-flex">
|
|
|
|
|
|
|
+ <div className="d-flex flex-wrap">
|
|
|
<div className="page-editor-editor-container" style={{ flex: 1 }}>
|
|
<div className="page-editor-editor-container" style={{ flex: 1 }}>
|
|
|
<Editor
|
|
<Editor
|
|
|
ref={(c) => { this.editor = c }}
|
|
ref={(c) => { this.editor = c }}
|