Browse Source

Revert "fix that space"

This reverts commit f468cbb869f0ea86d07f36b147a552c5100b4243.
Artur Paikin 8 years ago
parent
commit
0b2ceabc44
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/plugins/DragDrop/index.js

+ 2 - 1
src/plugins/DragDrop/index.js

@@ -148,7 +148,8 @@ module.exports = class DragDrop extends Plugin {
                  value=""
                  onchange=${this.handleInputChange.bind(this)} />
           <label class="UppyDragDrop-label" onclick=${onSelect}>
-            <strong>${this.i18n('chooseFile')}</strong><span> </span><span class="UppyDragDrop-dragText">${this.i18n('orDragDrop')}</span>
+            <strong>${this.i18n('chooseFile')}</strong>
+            <span class="UppyDragDrop-dragText">${this.i18n('orDragDrop')}</span>
           </label>
           ${selectedFilesCount > 0
             ? html`<div class="UppyDragDrop-selectedCount">