Ver Fonte

Fix border-bottom in IE

Alexander Zaytsev há 6 anos atrás
pai
commit
bc389cbb1e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/@uppy/dashboard/src/style.scss

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

@@ -279,7 +279,7 @@
   .uppy-size--md & {
     width: initial;
     margin-bottom: 20px;
-    border-bottom: initial;
+    border-bottom: none;
     padding: 0;
   }
 }