浏览代码

wider dropFilesTitle to accomodate for different translations

Artur Paikin 6 年之前
父节点
当前提交
d17005a63f
共有 1 个文件被更改,包括 2 次插入1 次删除
  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;
   }
 }