From 63991a4eeddcfc7f859845acc3dde165e1065b1c Mon Sep 17 00:00:00 2001 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: Sat, 25 Nov 2023 19:01:25 +0000 Subject: [PATCH 1/2] Fix jitter in git panel --- src/style/GitStageStyle.ts | 2 ++ src/style/GitStashStyle.ts | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/style/GitStageStyle.ts b/src/style/GitStageStyle.ts index dda7d27b..ee069aaa 100644 --- a/src/style/GitStageStyle.ts +++ b/src/style/GitStageStyle.ts @@ -12,6 +12,8 @@ export const sectionAreaStyle = style( borderBottom: 'var(--jp-border-width) solid var(--jp-border-color2)', letterSpacing: '1px', fontSize: '12px', + overflowY: 'hidden', + height: '16px', $nest: { '&:hover': { diff --git a/src/style/GitStashStyle.ts b/src/style/GitStashStyle.ts index 6f8c6eff..116e3f47 100644 --- a/src/style/GitStashStyle.ts +++ b/src/style/GitStashStyle.ts @@ -20,7 +20,8 @@ export const sectionHeaderLabelStyle = style({ overflow: 'hidden', whiteSpace: 'nowrap', display: 'flex', - justifyContent: 'space-between' + justifyContent: 'space-between', + alignSelf: 'flex-start' }); export const sectionButtonContainerStyle = style({ From 0dd5d4fbc1d6d2cd173b5c9cb9ee337d4ab6621c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Mon, 27 Nov 2023 12:04:24 +0100 Subject: [PATCH 2/2] Fix github link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecdae2e2..e63660db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,7 +44,7 @@ ### Documentation improvements -- add kentarolim10 as a contributor for code [#1297](https://github.com/jupyterlab/jupyterlab-git/pull/1297) ([@allcontributors](https://github.com/allcontributors)) +- add kentarolim10 as a contributor for code [#1297](https://github.com/jupyterlab/jupyterlab-git/pull/1297) ([@allcontributors](https://github.com/all-contributors)) - Add constrain in install instructions [#1271](https://github.com/jupyterlab/jupyterlab-git/pull/1271) ([@fcollonval](https://github.com/fcollonval)) - Hotfix/dependency update [#1249](https://github.com/jupyterlab/jupyterlab-git/pull/1249) ([@mfakaehler](https://github.com/mfakaehler))