Skip to content

Commit

Permalink
Merge pull request #199507 from microsoft/hediet/b/steep-jaguar
Browse files Browse the repository at this point in the history
Fixes #199348
  • Loading branch information
hediet authored Nov 29, 2023
2 parents ee6922b + 889e275 commit c4e2473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class CollapsedCodeOverlayWidget extends ViewZoneOverlayWidget {
h('div.top@top', { title: localize('diff.hiddenLines.top', 'Click or drag to show more above') }),
h('div.center@content', { style: { display: 'flex' } }, [
h('div@first', { style: { display: 'flex', justifyContent: 'center', alignItems: 'center', flexShrink: '0' } },
[$('a', { title: localize('showAll', 'Show all'), role: 'button', onclick: () => { this._unchangedRegion.showAll(undefined); } },
[$('a', { title: localize('showUnchangedRegion', 'Show Unchanged Region'), role: 'button', onclick: () => { this._unchangedRegion.showAll(undefined); } },
...renderLabelWithIcons('$(unfold)'))]
),
h('div@others', { style: { display: 'flex', justifyContent: 'center', alignItems: 'center' } }),
Expand Down

0 comments on commit c4e2473

Please sign in to comment.