Skip to content

Commit 9a94a86

Browse files
authored
Merge branch 'main' into fix-delete-ownership
2 parents e70f659 + 2b3b806 commit 9a94a86

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
### Fixed
1414
- Deletes are now properly owned by the user who did the delete (#729)
15+
- Pull page output now displays better when pull preview shows a lot of changes (#740)
1516

1617
## [2.11.0] - 2025-04-23
1718

csp/pull.csp

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</server>
2626
</select>
2727
</pre>
28-
<pre id="preview" style="white-space: pre-wrap;">
28+
<pre id="preview" style="white-space: pre-wrap; max-height: 30%">
2929
</pre>
3030
<button id="execute" onclick="execute()" disabled="true">Pull and Load Changes</button>
3131
<pre id="pull" style="white-space: pre-wrap;">

0 commit comments

Comments
 (0)