File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
- Popping from stash is more responsive (#687 )
19
19
- Favorites links for Git pages now works on recent IRIS versions (#734 )
20
20
- 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 )
21
22
22
23
### Fixed
23
24
- Fixed error running Import All when Git settings file does not exist (#713 )
Original file line number Diff line number Diff line change 25
25
</server>
26
26
</select>
27
27
</pre>
28
- <pre id="preview" style="white-space: pre-wrap;">
28
+ <pre id="preview" style="white-space: pre-wrap; max-height: 30% ">
29
29
</pre>
30
30
<button id="execute" onclick="execute()" disabled="true">Pull and Load Changes</button>
31
31
<pre id="pull" style="white-space: pre-wrap;">
You can’t perform that action at this time.
0 commit comments