fix: app column layout

This commit is contained in:
Mo
2022-01-31 12:16:18 -06:00
parent ebd8848b5a
commit ed729ab4ef
7 changed files with 22 additions and 23 deletions

View File

@@ -40,7 +40,7 @@ export class NoteGroupView extends PureComponent<Props, State> {
render() {
return (
<div id="note-group-view" className="h-full app-column app-column-third">
<div id="editor-column" className="h-full app-column app-column-third">
{this.state.showMultipleSelectedNotes && (
<MultipleSelectedNotes
application={this.application}