blob: 9a622e75f090778bcd4a882494697a4305467b98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.MentionsLine {
word-break: break-all;
.mention-link:not(:first-child)::before {
content: ' ';
}
.showMoreLess {
margin-left: 0.5em;
white-space: normal;
color: var(--link);
}
}
|