Skip to content

Commit 562522f

Browse files
author
Julien Poulton
committed
Merge branch 'master' into 'fix-run-games-with-names'
# Conflicts: # playground/misc/misc-3-release-notes.md
2 parents 7ec9389 + 4443c26 commit 562522f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
77
### 🐞 Bug fix
88

99
- Included missing `addAgent` polymorphism – custom nickname with default avatar.
10+
- Improved display of player output in local test page.
1011
- Better handling of errors from initializing modules
1112

1213
## 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)