Skip to content

Commit f1f2cf2

Browse files
committed
Add a border to the branch list
1 parent 9f1eaa4 commit f1f2cf2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/style/NewBranchDialog.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ export const listWrapperClass = style({
8484
width: '100%',
8585
maxHeight: '400px',
8686

87+
border: 'var(--jp-border-width) solid var(--jp-border-color2)',
88+
borderRadius: '3px',
89+
8790
overflow: 'hidden',
8891
overflowY: 'scroll'
8992
});

0 commit comments

Comments
 (0)