Fix UI bug with extremely long words with no spaces screwing up the layout because they won't wrap

This commit is contained in:
Alessio 2023-11-02 17:52:30 +00:00
parent 9448a84b28
commit 2b5db51fc1

View File

@ -152,6 +152,7 @@ a.entity {
display: block;
margin-bottom: 0.4em;
margin-top: 0;
overflow-wrap: anywhere;
}
#focused-tweet .text {
font-size: 1.4em;