Browse Source

more spacing fixes

Henry Jameson 2 years ago
parent
commit
ee86f56469
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/components/mentions_line/mentions_line.scss

+ 4 - 0
src/components/mentions_line/mentions_line.scss

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