We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b566021 + 4ff2cd2 commit 2b3b806Copy full SHA for 2b3b806
CHANGELOG.md
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
### Added
11
- Expanded Baseline Export to include custom HL7, X12, ASTM schemas and Lookup Tables (#693)
12
13
+### Fixed
14
+- Pull page output now displays better when pull preview shows a lot of changes (#740)
15
+
16
## [2.11.0] - 2025-04-23
17
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