]> source.dussan.org Git - gitea.git/commitdiff
Move tooltip down to allow selection of Remove File on error (#15672) (#15714)
authorKyle D <kdumontnu@gmail.com>
Tue, 4 May 2021 06:00:29 +0000 (00:00 -0600)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 06:00:29 +0000 (07:00 +0100)
web_src/less/features/dropzone.less

index 0490a0da1810bbc9fb6de1565f648e78ef22e55f..1a54457129dac5c17deca2fd4a06350fa9e40957 100644 (file)
@@ -16,7 +16,7 @@
 }
 
 .dropzone .dz-error-message {
-  top: 120px !important;
+  top: 145px !important;
 }
 
 .dropzone .dz-image {