We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c23276 + 18f04c6 commit e6ba827Copy full SHA for e6ba827
src/style/BranchHeaderStyle.ts
@@ -82,6 +82,8 @@ export const headerButtonDisabledStyle = style({
82
83
export const branchListItemStyle = style({
84
listStyle: 'none',
85
+ textAlign: 'left',
86
+ marginLeft: '1em',
87
color: 'var(--jp-ui-font-color1)'
88
});
89
0 commit comments