summaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
authorKyle D <kdumontnu@gmail.com>2021-05-01 15:33:21 -0600
committerGitHub <noreply@github.com>2021-05-01 17:33:21 -0400
commitfda2e4549fcfb4a08977c91520be44d6e4442f26 (patch)
tree6f64df1686efd839b7981706d5f11463e0b0e941 /web_src
parenta64cdfd4fdc6780e8ce2f23698b6803087e8500c (diff)
downloadgitea-fda2e4549fcfb4a08977c91520be44d6e4442f26.tar.gz
gitea-fda2e4549fcfb4a08977c91520be44d6e4442f26.zip
Move tooltip down to allow selection of Remove File on error (#15672)
Diffstat (limited to 'web_src')
-rw-r--r--web_src/less/features/dropzone.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/less/features/dropzone.less b/web_src/less/features/dropzone.less
index 0490a0da18..1a54457129 100644
--- a/web_src/less/features/dropzone.less
+++ b/web_src/less/features/dropzone.less
@@ -16,7 +16,7 @@
}
.dropzone .dz-error-message {
- top: 120px !important;
+ top: 145px !important;
}
.dropzone .dz-image {