From a0f31b33dda7001a1bb1484daaac7fff8982f153 Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Sun, 8 Oct 2023 18:32:43 -0700 Subject: [PATCH] Fix repest --- online_log/static/replay/js/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/online_log/static/replay/js/app.js b/online_log/static/replay/js/app.js index 18aeb3f9..9d689d37 100644 --- a/online_log/static/replay/js/app.js +++ b/online_log/static/replay/js/app.js @@ -401,7 +401,6 @@ function createPara(d, i) { character.style.width = "fit-content"; character.style.padding = "5px 20px"; character.style.marginBottom = "5px"; - character.style.width = "fit-content"; character.style.fontSize = "13px "; character.style.border = "1px solid rgba(11, 20, 150, .3)"; character.style.borderRadius = "10px";