fix zalgo overflow in circles ui
This commit is contained in:
parent
eec8c356ad
commit
77de7e318d
@ -3,6 +3,7 @@
|
|||||||
word-wrap:break-word;
|
word-wrap:break-word;
|
||||||
word-break:break-word;
|
word-break:break-word;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
|
@ -48,7 +48,6 @@ async function showLog(){
|
|||||||
|
|
||||||
logfileOutputEl.innerText += resp.data.replace(
|
logfileOutputEl.innerText += resp.data.replace(
|
||||||
/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g, '')
|
/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g, '')
|
||||||
logfileOutputEl.innerText += "\n\n"
|
|
||||||
doScroll()
|
doScroll()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user