1
0
Fork 0
akkoma-fe/src/components/mentions_line/mentions_line.scss

14 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);
}
}