Browse Source

more spacing fixes

Henry Jameson 3 năm trước cách đây
mục cha
commit
ee86f56469
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;