pretty: add softwrapping to pastes
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
#pasteContent {
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
span {
|
||||
word-wrap: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.topRightBox {
|
||||
position: fixed;
|
||||
padding: 18px 10px;
|
||||
|
||||
Reference in New Issue
Block a user