ソースを参照

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;
   }
 }