fix: app column layout
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user