浏览代码

Fix border-bottom in IE

Alexander Zaytsev 6 年之前
父节点
当前提交
bc389cbb1e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
   }
 }