Skip to content

Commit

Permalink
Fix white remaining gap in the local and remote editors.
Browse files Browse the repository at this point in the history
  • Loading branch information
HaudinFlorence committed Nov 1, 2023
1 parent c89ab13 commit c285455
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/nbdime/src/styles/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,19 @@
.nbdime-root .cm-merge-left-editor {
grid-column: 1;
grid-row: 1;
background-color: var(--jp-cell-editor-background);
}

.nbdime-root .cm-central-editor {
grid-column: 2;
grid-row: 1;
background-color: var(--jp-cell-editor-background);
}

.nbdime-root .cm-merge-right-editor {
grid-column: 3;
grid-row: 1;
background-color: var(--jp-cell-editor-background);
}

.nbdime-root .cm-merge-4pane > .cm-merge-editor {
Expand Down

0 comments on commit c285455

Please sign in to comment.