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 ae3f2a6 + 0daf1ce commit 7062cebCopy full SHA for 7062ceb
src/style/PastCommitNodeStyle.ts
@@ -3,6 +3,7 @@ import { style } from 'typestyle';
3
export const pastCommitNodeStyle = style({
4
flexGrow: 0,
5
display: 'flex',
6
+ flexShrink: 0,
7
flexDirection: 'column',
8
padding: '10px',
9
borderBottom: 'var(--jp-border-width) solid var(--jp-border-color2)'
0 commit comments