mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-05 06:33:01 +00:00
Fix pre tag overflow
This commit is contained in:
parent
91d87b0175
commit
5abbadfa62
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user