Skip to content

Commit 662ce15

Browse files
committed
1 parent e77c84f commit 662ce15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/browser/widget/diffEditorWidget2/unchangedRanges.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class CollapsedCodeOverlayWidget extends ViewZoneOverlayWidget {
250250
private readonly _nodes = h('div.diff-hidden-lines', [
251251
h('div.top@top', { title: localize('diff.hiddenLines.top', 'Click or drag to show more above') }),
252252
h('div.center@content', { style: { display: 'flex' } }, [
253-
h('div@first', { style: { display: 'flex', justifyContent: 'center', alignItems: 'center' } },
253+
h('div@first', { style: { display: 'flex', justifyContent: 'center', alignItems: 'center', flexShrink: '0' } },
254254
[$('a', { title: localize('showAll', 'Show all'), role: 'button', onclick: () => { this.showAll(); } }, ...renderLabelWithIcons('$(unfold)'))]
255255
),
256256
h('div@others', { style: { display: 'flex', justifyContent: 'center', alignItems: 'center' } }),

0 commit comments

Comments
 (0)