Move tooltip down to allow selection of Remove File on error (#15672)

This commit is contained in:
Kyle D
2021-05-01 15:33:21 -06:00
committed by GitHub
parent a64cdfd4fd
commit fda2e4549f

View File

@ -16,7 +16,7 @@
} }
.dropzone .dz-error-message { .dropzone .dz-error-message {
top: 120px !important; top: 145px !important;
} }
.dropzone .dz-image { .dropzone .dz-image {