pretty: add softwrapping to pastes
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
parent
dff3e673c2
commit
eff3f0dbd6
3 changed files with 34 additions and 6 deletions
|
|
@ -1,3 +1,12 @@
|
|||
#pasteContent {
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
span {
|
||||
word-wrap: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.topRightBox {
|
||||
position: fixed;
|
||||
padding: 18px 10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue