Skip to content

Commit e6ba827

Browse files
authored
Merge pull request #465 from kgryte/branch-dropdown
Adjust branch dropdown alignment
2 parents 2c23276 + 18f04c6 commit e6ba827

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/style/BranchHeaderStyle.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ export const headerButtonDisabledStyle = style({
8282

8383
export const branchListItemStyle = style({
8484
listStyle: 'none',
85+
textAlign: 'left',
86+
marginLeft: '1em',
8587
color: 'var(--jp-ui-font-color1)'
8688
});
8789

0 commit comments

Comments
 (0)