Przeglądaj źródła

stag-suggest - space before sub_text

Vijayakrishnan 3 lat temu
rodzic
commit
9a62ee1869
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      public/js/stag-suggest.js

+ 1 - 1
public/js/stag-suggest.js

@@ -56,7 +56,7 @@
                             if(_data.data[i].sub_text) {
                                 item.append($('<span/>')
                                     .addClass('ml-1 text-sm text-secondary')
-                                    .append('(')
+                                    .append(' (')
                                     .append(_data.data[i].sub_text)
                                     .append(')')
                                 );