diff --git a/online_log/static/replay/js/app.js b/online_log/static/replay/js/app.js index 3e2dd109..18aeb3f9 100644 --- a/online_log/static/replay/js/app.js +++ b/online_log/static/replay/js/app.js @@ -444,7 +444,7 @@ function createPara(d, i) { characterimg.style.height = "40px"; characterimg.style.width = "30px"; characterimg.style.position = "relative"; - characterimg.style.marginLeft = "10px"; + characterimg.style.marginLeft = "10px"; character.appendChild(characterimg); character.style.width = "fit-content";