From 510e97aeebff5bfac378eb20d847766c46434b7f Mon Sep 17 00:00:00 2001 From: nekobit Date: Thu, 7 Jul 2022 02:51:35 +0000 Subject: [PATCH] CSS overflow fixes FossilOrigin-Name: 45cf724a1cd145eea7071a5a1780ecab1f07eeed93632720b87d673fca7e15e5 --- dist/treebird20.css | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/dist/treebird20.css b/dist/treebird20.css index db85c10..6b1dbdc 100644 --- a/dist/treebird20.css +++ b/dist/treebird20.css @@ -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