Fix pre tag overflow

This commit is contained in:
r 2020-04-19 05:59:33 +00:00
parent 91d87b0175
commit 5abbadfa62
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,10 @@
margin: 0px;
}
.status-content pre {
overflow-x: auto;
}
.status-content img,
.status-image,
.status-video {
@ -52,6 +56,8 @@
}
.status {
overflow-x: auto;
width: 100%;
}
.status-dname {