mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
prevent long links from creating horizontal scroll
This commit is contained in:
parent
5afcfc3e9b
commit
b3749f2d92
@ -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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user