mirror of
https://github.com/kingomarnajjar/ChatDev.git
synced 2026-07-26 06:37:30 +10:00
Fix tabs
This commit is contained in:
parent
69bb007a2d
commit
b00444ca58
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue