Skip to content

Commit 1087e67

Browse files
authored
Merge pull request #487 from kgryte/git-panel-margins
Fixes #481: Adjusts bottom panel margin
2 parents 3bd0b41 + c04f6fa commit 1087e67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/style/HistorySideBarStyle.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ export const historySideBarStyle = style({
44
display: 'flex',
55
flexDirection: 'column',
66
paddingLeft: 0,
7-
overflowY: 'scroll'
7+
overflowY: 'scroll',
8+
marginBlockEnd: 0
89
});

0 commit comments

Comments
 (0)