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 f357ef9 + 8697d08 commit 5815239Copy full SHA for 5815239
src/style/BranchHeaderStyle.ts
@@ -113,18 +113,18 @@ export const textInputStyle = style({
113
export const stagedCommitStyle = style({
114
resize: 'none',
115
display: 'flex',
116
- alignItems: 'center',
+ alignItems: 'flex-start',
117
margin: '8px'
118
});
119
120
export const stagedCommitMessageStyle = style({
121
width: '75%',
122
fontWeight: 300,
123
- height: '32px',
+ height: '35px',
124
overflowX: 'auto',
125
border: 'var(--jp-border-width) solid var(--jp-border-color2)',
126
flex: '20 1 auto',
127
- resize: 'none',
+ resize: 'vertical',
128
padding: '4px 8px',
129
backgroundColor: 'var(--jp-layout-color1)',
130
color: 'var(--jp-ui-font-color0)',
0 commit comments