Skip to content

Commit 4443c26

Browse files
author
Builder
committed
Merge branch '5478-sdk-long-stderr-in-3-player-mode-has-no-scrollbar' into 'master'
fix(sdk test page): Add scrollbar to long player output See merge request codingame/game-engine!179
2 parents acfe6b4 + 815b9eb commit 4443c26

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

playground/misc/misc-3-release-notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
The CodinGame SDK is regularly updated and improved. This document lets you know what changed in the latest releases.
44

5-
# Next Release
5+
## Next Release
66

77
### 🐞 Bug fix
88

9+
- Improved display of player output in local test page.
910
- Better handling of errors from initializing modules
1011

1112
## 3.3.1

runner/src/main/resources/view/test.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ button {
257257
flex-wrap: wrap;
258258
margin: -10px;
259259
flex: 1;
260-
overflow: hidden;
260+
overflow: auto;
261261
}
262262

263263
.outputs-seperator {

0 commit comments

Comments
 (0)