Merge pull request #2608 from brkcvn/master

Delete icon styling control for dropzone component
This commit is contained in:
Burak Civan 2022-08-25 10:05:12 +03:00 committed by GitHub
commit c42232f006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 3 deletions

6
public/css/app.css vendored
View File

@ -411,8 +411,10 @@
width: 45px; width: 45px;
} }
.form-file [data-dz-remove] {
bottom: 7px;
z-index: 99;
}
/* /*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com ! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/ */

View File

@ -96,4 +96,7 @@
width: 45px; width: 45px;
} }
.form-file [data-dz-remove] {
bottom: 7px;
z-index: 99;
}