Merge branch 'fix-mentions-new-bugs' into shigusegubu

* fix-mentions-new-bugs:
  more spacing fixes
This commit is contained in:
Henry Jameson 2022-02-11 15:11:13 +02:00
commit e68745ffee

View file

@ -1,6 +1,10 @@
.MentionsLine {
word-break: break-all;
.mention-link:not(:first-child)::before {
content: ' ';
}
.showMoreLess {
margin-left: 0.5em;
white-space: normal;