Forráskód Böngészése

Fix border-bottom in IE

Alexander Zaytsev 6 éve
szülő
commit
bc389cbb1e
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;
   }
 }