浏览代码

more spacing fixes

Henry Jameson 3 年之前
父节点
当前提交
ee86f56469
共有 1 个文件被更改,包括 4 次插入0 次删除
  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;