Merge pull request #12936 from loma-one/patch-6

Modify dropzones css: Correct spacing Text input Comments
This commit is contained in:
Hypolite Petovan 2023-03-23 06:04:36 -04:00 committed by GitHub
commit 421a6296c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@
.dropzone {
min-height: 150px;
border: 1px solid rgba(0, 0, 0, 0.3);
padding: 2px 2px;
padding: 10px 10px;
}
.dropzone.dz-clickable {
cursor: pointer;