Parcourir la source

Fix border-bottom in IE

Alexander Zaytsev il y a 6 ans
Parent
commit
bc389cbb1e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
   }
 }