aboutsummaryrefslogtreecommitdiff
path: root/src/components/mentions_line/mentions_line.scss
blob: b7dfbfb879e6c543e74487d7b97ec4cd23214967 (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);
  }
}