fix zalgo overflow in circles ui

This commit is contained in:
Kevin Froman 2020-10-22 15:16:49 +00:00
parent eec8c356ad
commit 77de7e318d
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@
word-wrap:break-word;
word-break:break-word;
white-space: pre-wrap;
overflow: hidden;
}
body{

View File

@ -48,7 +48,6 @@ async function showLog(){
logfileOutputEl.innerText += resp.data.replace(
/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g, '')
logfileOutputEl.innerText += "\n\n"
doScroll()
})
}