We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e70f659 + 2b3b806 commit 9a94a86Copy full SHA for 9a94a86
CHANGELOG.md
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
13
### Fixed
14
- 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)
16
17
## [2.11.0] - 2025-04-23
18
csp/pull.csp
@@ -25,7 +25,7 @@
25
</server>
26
</select>
27
</pre>
28
-<pre id="preview" style="white-space: pre-wrap;">
+<pre id="preview" style="white-space: pre-wrap; max-height: 30%">
29
30
<button id="execute" onclick="execute()" disabled="true">Pull and Load Changes</button>
31
<pre id="pull" style="white-space: pre-wrap;">
0 commit comments