fix(test): newlines not being displayed correctly

This commit is contained in:
Miodec 2024-05-15 15:49:42 +02:00
parent 527cd5b690
commit 4f1ead4237

View file

@ -500,7 +500,7 @@ function updateWordsHeight(force = false): void {
$("#words").width("200vw");
scrollTape();
} else {
$("#words").css({ marginLeft: "unset", width: "unset" });
$("#words").css({ marginLeft: "unset", width: "" });
}
$("#wordsWrapper")