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.
1 parent a78cac8 commit 18f04c6Copy full SHA for 18f04c6
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