aboutsummaryrefslogtreecommitdiff
path: root/src/components/mentions_line/mentions_line.scss
blob: 9650a9a4afc2f8a3f9f8329a15ff58a44f07721f (plain)
1
2
3
4
5
6
7
8
9
.MentionsLine {
  word-break: break-all;

  .showMoreLess {
    margin-left: 0.5em;
    white-space: normal;
    color: var(--link);
  }
}