13 lines
206 B
SCSS
13 lines
206 B
SCSS
.MentionsLine {
|
|
word-break: break-all;
|
|
|
|
.mention-link:not(:first-child)::before {
|
|
content: ' ';
|
|
}
|
|
|
|
.showMoreLess {
|
|
margin-left: 0.5em;
|
|
white-space: normal;
|
|
color: var(--link);
|
|
}
|
|
}
|