瀏覽代碼

stag-suggest - space before sub_text

Vijayakrishnan 3 年之前
父節點
當前提交
9a62ee1869
共有 1 個文件被更改,包括 1 次插入1 次删除
  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(')')
                                 );