Przeglądaj źródła

Merge pull request #1382 from lakesare/fix/overflowing-tooltip-text

Informer Plugin: made the tooltip not overflow the uppy container
Artur Paikin 6 lat temu
rodzic
commit
aed28e3477
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      packages/@uppy/informer/src/index.js

+ 2 - 2
packages/@uppy/informer/src/index.js

@@ -58,8 +58,8 @@ module.exports = class Informer extends Plugin {
           {' '}
           {' '}
           {details && <span
           {details && <span
             aria-label={details}
             aria-label={details}
-            data-microtip-position="top"
-            data-microtip-size="large"
+            data-microtip-position="top-left"
+            data-microtip-size="medium"
             role="tooltip">?</span>
             role="tooltip">?</span>
           }
           }
         </p>
         </p>