Skip to content

Improve display of preview on pull page #749

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Expanded Baseline Export to include custom HL7, X12, ASTM schemas and Lookup Tables (#693)

### Fixed
- Pull page output now displays better when pull preview shows a lot of changes (#740)

## [2.11.0] - 2025-04-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion csp/pull.csp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</server>
</select>
</pre>
<pre id="preview" style="white-space: pre-wrap;">
<pre id="preview" style="white-space: pre-wrap; max-height: 30%">
</pre>
<button id="execute" onclick="execute()" disabled="true">Pull and Load Changes</button>
<pre id="pull" style="white-space: pre-wrap;">
Expand Down
Loading