Skip to content

Commit

Permalink
Fixes issue with long messages on rebase editor
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Jun 22, 2021
1 parent db3045d commit 15e50e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

- Fixes [#1449](https://github.com/eamodio/vscode-gitlens/issues/1449) - Configured remotes not showing up in quickpick menu when opening commit on remote
- Fixes issues where auto-linking of GitHub 3rd party issue links didn't always work
- Fixes issue with long commit messages on rebase editor

## [11.5.1] - 2021-06-14

Expand Down
1 change: 1 addition & 0 deletions src/webviews/apps/scss/rebase.scss
Expand Up @@ -344,6 +344,7 @@ $entry-padding: 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 0;

.entry--fixup &,
.entry--drop & {
Expand Down

0 comments on commit 15e50e8

Please sign in to comment.