Explorar o código

Fix incorrect checkbox misalignment

Alexander Zaytsev %!s(int64=6) %!d(string=hai) anos
pai
achega
91a03b3203
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      packages/@uppy/provider-views/src/style.scss

+ 2 - 1
packages/@uppy/provider-views/src/style.scss

@@ -387,6 +387,7 @@
     border-radius: 50%;
     width: 26px;
     height: 26px;
+    top: 0;
   }
 
   .uppy-ProviderBrowserItem-checkbox label:after {
@@ -443,7 +444,7 @@
   display: inline-block;
   height: 17px;
   width: 17px;
-  top: 0;
+  top: 2px;
   border: 1px solid $blue;
   background-color: $white;
   border-radius: 3px;