prevent long links from creating horizontal scroll

This commit is contained in:
Bruno Windels 2021-05-28 15:27:44 +02:00
parent 5afcfc3e9b
commit b3749f2d92

View file

@ -222,3 +222,7 @@ only loads when the top comes into view*/
.GapView > :not(:first-child) {
margin-left: 12px;
}
.Timeline_messageBody a {
word-break: break-all;
}