Skip to content

Commit a0f31b3

Browse files
committed
Fix repest
1 parent b00444c commit a0f31b3

File tree

1 file changed

+0
-1
lines changed
  • online_log/static/replay/js

1 file changed

+0
-1
lines changed

online_log/static/replay/js/app.js

-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ function createPara(d, i) {
401401
character.style.width = "fit-content";
402402
character.style.padding = "5px 20px";
403403
character.style.marginBottom = "5px";
404-
character.style.width = "fit-content";
405404
character.style.fontSize = "13px ";
406405
character.style.border = "1px solid rgba(11, 20, 150, .3)";
407406
character.style.borderRadius = "10px";

0 commit comments

Comments
 (0)