Преглед изворни кода

temp fix for transloadit-textarea example

Artur Paikin пре 6 година
родитељ
комит
8e2479fd41
1 измењених фајлова са 13 додато и 0 уклоњено
  1. 13 0
      examples/transloadit-textarea/index.html

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

@@ -96,6 +96,19 @@
       .snippet {
       .snippet {
         margin-top: 25px;
         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>
     </style>
   </head>
   </head>
   <body>
   <body>