prevent long links from creating horizontal scroll
This commit is contained in:
parent
5afcfc3e9b
commit
b3749f2d92
1 changed files with 4 additions and 0 deletions
|
@ -222,3 +222,7 @@ only loads when the top comes into view*/
|
||||||
.GapView > :not(:first-child) {
|
.GapView > :not(:first-child) {
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Timeline_messageBody a {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
Reference in a new issue