瀏覽代碼

Fixes issue with long messages on rebase editor

main
Eric Amodio 3 年之前
父節點
當前提交
15e50e84c8
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. +1
    -0
      CHANGELOG.md
  2. +1
    -0
      src/webviews/apps/scss/rebase.scss

+ 1
- 0
CHANGELOG.md 查看文件

@ -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

+ 1
- 0
src/webviews/apps/scss/rebase.scss 查看文件

@ -344,6 +344,7 @@ $entry-padding: 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 0;
.entry--fixup &,
.entry--drop & {

Loading…
取消
儲存