aboutsummaryrefslogtreecommitdiff
path: root/src/components/mentions_line/mentions_line.scss
blob: 976a3fc7d9b2f35f48f71d3cbd23fcab5fb4c4d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
.MentionsLine {
  .showMoreLess {
    white-space: normal;
    color: var(--link);
    margin-right: 0.25em;
  }

  .mention-link {
    margin-right: 0.25em;
  }
}