pretty: add softwrapping to pastes

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain
2022-01-25 04:15:01 +05:30
parent dff3e673c2
commit eff3f0dbd6
3 changed files with 34 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
#pasteContent {
width: max-content;
}
span {
word-wrap: break-word;
white-space: pre-wrap;
}
.topRightBox {
position: fixed;
padding: 18px 10px;