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

  .mention-link:not(:last-child) {
    margin-right: 0.25em;
  }
}