Skip to content

Commit

Permalink
fix: revert to using fixed margin when setting container width
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonella Sgarlatta committed May 31, 2021
1 parent bf61444 commit 6d1f6c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class ActiveNoteState {
}

reloadTagsContainerLayout(): void {
const MARGIN = this.tagsContainerExpanded ? 68 : 24;
const MARGIN = 72;
const EDITOR_ELEMENT_ID = 'editor-column';
const { clientWidth } = document.documentElement;
const editorPosition =
Expand Down

0 comments on commit 6d1f6c6

Please sign in to comment.