Explorar el Código

stag-suggest - space before sub_text

Vijayakrishnan hace 3 años
padre
commit
9a62ee1869
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(')')
                                 );