14 lines
231 B
SCSS
14 lines
231 B
SCSS
.MentionsLine {
|
|
overflow-wrap: break-word;
|
|
text-wrap: pretty;
|
|
|
|
.mention-link:not(:first-child)::before {
|
|
content: " ";
|
|
}
|
|
|
|
.showMoreLess {
|
|
margin-left: 0.5em;
|
|
white-space: normal;
|
|
color: var(--link);
|
|
}
|
|
}
|