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

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