Skip to content

Commit 4d94e66

Browse files
author
Julien
committed
fix(sdk test page): Add scrollbar to long player output
1 parent 4b50d43 commit 4d94e66

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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
6+
7+
### 🐞 Bug fix
8+
9+
- Improved display of player output in local test page.
10+
511
## 3.3.1
612

713
### 🐞 Bug fix

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)