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

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