diff options
author | Kyle D <kdumontnu@gmail.com> | 2021-05-01 15:33:21 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-01 17:33:21 -0400 |
commit | fda2e4549fcfb4a08977c91520be44d6e4442f26 (patch) | |
tree | 6f64df1686efd839b7981706d5f11463e0b0e941 /web_src | |
parent | a64cdfd4fdc6780e8ce2f23698b6803087e8500c (diff) | |
download | gitea-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.less | 2 |
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 { |