Skip to content

Commit 5815239

Browse files
authored
Merge pull request #1 from kgryte/resizable-commit-box
Adjust styles
2 parents f357ef9 + 8697d08 commit 5815239

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/style/BranchHeaderStyle.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,18 +113,18 @@ export const textInputStyle = style({
113113
export const stagedCommitStyle = style({
114114
resize: 'none',
115115
display: 'flex',
116-
alignItems: 'center',
116+
alignItems: 'flex-start',
117117
margin: '8px'
118118
});
119119

120120
export const stagedCommitMessageStyle = style({
121121
width: '75%',
122122
fontWeight: 300,
123-
height: '32px',
123+
height: '35px',
124124
overflowX: 'auto',
125125
border: 'var(--jp-border-width) solid var(--jp-border-color2)',
126126
flex: '20 1 auto',
127-
resize: 'none',
127+
resize: 'vertical',
128128
padding: '4px 8px',
129129
backgroundColor: 'var(--jp-layout-color1)',
130130
color: 'var(--jp-ui-font-color0)',

0 commit comments

Comments
 (0)