Browse Source

make balloon wider

Artur Paikin 7 years ago
parent
commit
74137b1d26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/plugins/Informer.js

+ 1 - 1
src/plugins/Informer.js

@@ -52,7 +52,7 @@ module.exports = class Informer extends Plugin {
     return html`<div class="Uppy UppyTheme--default UppyInformer" style="${style}" aria-hidden="${isHidden}">
       <p>
         ${message} 
-        ${details ? html`<span style="color: ${this.opts.typeColors[type].bg}" data-balloon="${details}" data-balloon-pos="up" data-balloon-length="medium">?</span>` : null}
+        ${details ? html`<span style="color: ${this.opts.typeColors[type].bg}" data-balloon="${details}" data-balloon-pos="up" data-balloon-length="large">?</span>` : null}
       </p>
     </div>`
   }