Skip to content

Commit 7062ceb

Browse files
authored
Merge pull request #547 from akhilputhiry/fix-safari
fix flex-shrink issue in safari
2 parents ae3f2a6 + 0daf1ce commit 7062ceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/style/PastCommitNodeStyle.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { style } from 'typestyle';
33
export const pastCommitNodeStyle = style({
44
flexGrow: 0,
55
display: 'flex',
6+
flexShrink: 0,
67
flexDirection: 'column',
78
padding: '10px',
89
borderBottom: 'var(--jp-border-width) solid var(--jp-border-color2)'

0 commit comments

Comments
 (0)