diff --git a/velonimo.css b/velonimo.css
index 53ea752..62bd259 100644
--- a/velonimo.css
+++ b/velonimo.css
@@ -234,9 +234,6 @@ Board
.player-table-speech-bubble.speech-bubble-on-right {
left: 185px;
}
-.player-table-speech-bubble .turn-passed-bubble-content {
- padding: 3px;
-}
.player-table-speech-bubble::after {
content: "";
position: absolute;
diff --git a/velonimo.js b/velonimo.js
index 92d64e4..8c8e272 100644
--- a/velonimo.js
+++ b/velonimo.js
@@ -1809,7 +1809,7 @@ function (dojo, declare) {
* @param {number} playerId
*/
showTurnPassedBubble: function (playerId) {
- $(`player-table-${playerId}-speech-bubble`).innerHTML = '';
+ $(`player-table-${playerId}-speech-bubble`).innerHTML = '';
dojo.addClass(`player-table-${playerId}-speech-bubble`, DOM_CLASS_PLAYER_SPEECH_BUBBLE_SHOW);
},
/**