Explorar o código

Fix border-bottom in IE

Alexander Zaytsev %!s(int64=6) %!d(string=hai) anos
pai
achega
bc389cbb1e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
   }
 }