We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00444c commit a0f31b3Copy full SHA for a0f31b3
online_log/static/replay/js/app.js
@@ -401,7 +401,6 @@ function createPara(d, i) {
401
character.style.width = "fit-content";
402
character.style.padding = "5px 20px";
403
character.style.marginBottom = "5px";
404
- character.style.width = "fit-content";
405
character.style.fontSize = "13px ";
406
character.style.border = "1px solid rgba(11, 20, 150, .3)";
407
character.style.borderRadius = "10px";
0 commit comments