- Fixed line breaks in questions and answers

- Updated pixi.js and socket.io-admin-ui
This commit is contained in:
2021-06-15 08:59:05 +02:00
parent 566c03d33a
commit ea67ff8c95
6 changed files with 4383 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ function Button(default_color, hover_color, select_color, width, height, x, y, t
wordWrap: true,
wordWrapWidth: this.width,
breakWords: true,
lineJoin: 'miter'
padding: 50
});
this.graphics.clear();