CSS overflow fixes

FossilOrigin-Name: 45cf724a1cd145eea7071a5a1780ecab1f07eeed93632720b87d673fca7e15e5
This commit is contained in:
nekobit 2022-07-07 02:51:35 +00:00
parent 969f12e347
commit 510e97aeeb

21
dist/treebird20.css vendored
View file

@ -910,11 +910,27 @@ svg.in-reply-to-icon
.status .status-content
{
margin: 2px 0 0 0;
overflow-wrap: break-word;
overflow-wrap: anywhere;
width: 480px;
display: block;
}
.status .status-content p,
.status .status-content a
{
/* overflow-wrap: anywhere; */
}
.status .status-content pre
{
overflow: scroll;
display: block;
padding: 8px;
background-color: #f3f3f3;
margin-top: 3px;
margin-bottom: 3px;
}
.status .status-content p
{
margin: 2px 0 0 0;
@ -1149,8 +1165,9 @@ p}
.account-note
{
word-break: break-all;
word-break: break-word;
text-align: center;
overflow-wrap: break-word;
}
.account-info