Explorar el Código

wider dropFilesTitle to accomodate for different translations

Artur Paikin hace 6 años
padre
commit
d17005a63f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      packages/@uppy/dashboard/src/style.scss

+ 2 - 1
packages/@uppy/dashboard/src/style.scss

@@ -618,7 +618,8 @@
   padding-top: 20px;
 
   .uppy-size--md & {
-    max-width: 400px;
+    // wider, to accomodate for different translations
+    max-width: 470px;
     font-size: 27px;
   }
 }