mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 18:29:09 +00:00
fix that space
This commit is contained in:
parent
eaf0ba0ef9
commit
f468cbb869
1 changed files with 1 additions and 2 deletions
|
|
@ -148,8 +148,7 @@ module.exports = class DragDrop extends Plugin {
|
|||
value=""
|
||||
onchange=${this.handleInputChange.bind(this)} />
|
||||
<label class="UppyDragDrop-label" onclick=${onSelect}>
|
||||
<strong>${this.i18n('chooseFile')}</strong>
|
||||
<span class="UppyDragDrop-dragText">${this.i18n('orDragDrop')}</span>
|
||||
<strong>${this.i18n('chooseFile')}</strong><span> </span><span class="UppyDragDrop-dragText">${this.i18n('orDragDrop')}</span>
|
||||
</label>
|
||||
${selectedFilesCount > 0
|
||||
? html`<div class="UppyDragDrop-selectedCount">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue