Ver código fonte

temp fix for transloadit-textarea example

Artur Paikin 6 anos atrás
pai
commit
8e2479fd41
1 arquivos alterados com 13 adições e 0 exclusões
  1. 13 0
      examples/transloadit-textarea/index.html

+ 13 - 0
examples/transloadit-textarea/index.html

@@ -96,6 +96,19 @@
       .snippet {
         margin-top: 25px;
       }
+
+      /* temp uppy fix, there was a typo in class name */
+      /* remove after uppy@>0.30.3 */
+      .uppy-DashboardAddFiles {
+        display: flex;
+        justify-content: center;
+        align-items: center;
+        flex-direction: column;
+        height: 100%;
+        position: relative;
+        text-align: center;
+        flex: 1;
+      }
     </style>
   </head>
   <body>