mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
fix(test): newlines not being displayed correctly
This commit is contained in:
parent
527cd5b690
commit
4f1ead4237
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue