Fix UI bug with extremely long words with no spaces screwing up the layout because they won't wrap
This commit is contained in:
parent
9448a84b28
commit
2b5db51fc1
@ -152,6 +152,7 @@ a.entity {
|
|||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 0.4em;
|
margin-bottom: 0.4em;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
#focused-tweet .text {
|
#focused-tweet .text {
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user