Skip to content

Commit 9215318

Browse files
committed
Remove bottom margin for branch menu
1 parent 887dcac commit 9215318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style/BranchMenu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { style } from 'typestyle';
22

33
export const wrapperClass = style({
44
marginTop: '6px',
5-
marginBottom: '10px'
5+
marginBottom: '0'
66
});
77

88
export const filterWrapperClass = style({

0 commit comments

Comments
 (0)