Procházet zdrojové kódy

more spacing fixes

Henry Jameson před 3 roky
rodič
revize
ee86f56469
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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;