Skip to content

Commit

Permalink
Improve alignment (#717)
Browse files Browse the repository at this point in the history
* Improve alignment

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
fcollonval and github-actions[bot] committed Oct 20, 2023
1 parent f044d23 commit 8ebbc6e
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/labextension/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

.nbdime-Diff .nbdime-header-local {
display: none;
width: calc(49% - 8px);
width: calc(47% - 8px);
padding: 0px 4px;
vertical-align: top;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/nbdime/src/styles/diff.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

.jp-Notebook-diff .jp-Diff-addremchunk .jp-Diff-addedchunk,
.jp-Notebook-diff .jp-Diff-addremchunk .jp-Diff-removedchunk {
width: 49%;
width: 47%;
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/src/app/diff.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

.nbdime-Diff #nbdime-header-local {
display: none;
width: 49%;
width: 47%;
}

/* Comparing local vs remote */
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8ebbc6e

Please sign in to comment.