Browse Source

Fix blurry file icon

Alexander Zaytsev 6 years ago
parent
commit
0a191fb806
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/@uppy/dashboard/src/style.scss

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

@@ -756,7 +756,7 @@ a.uppy-Dashboard-poweredBy {
 
 
 .uppy-DashboardItem-previewIconWrap {
-  height: 75px;
+  height: 76px;
   max-height: 75%;
   position: relative;
 }