Skip to content

Commit fca9e96

Browse files
committed
fix: preview display on pull page
1 parent 9cb506b commit fca9e96

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
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Popping from stash is more responsive (#687)
1919
- Favorites links for Git pages now works on recent IRIS versions (#734)
2020
- IDE editing of decomposed productions now properly handles adds and deletes (#643)
21+
- Pull page output now displays better when pull preview shows a lot of changes (#740)
2122

2223
### Fixed
2324
- Fixed error running Import All when Git settings file does not exist (#713)

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)