ソースを参照

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 & {

読み込み中…
キャンセル
保存