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
2 changed files with 8 additions and 3 deletions
+4 -2
View File
@@ -411,8 +411,10 @@
width: 45px;
}
.form-file [data-dz-remove] {
bottom: 7px;
z-index: 99;
}
/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/
+4 -1
View File
@@ -96,4 +96,7 @@
width: 45px;
}
.form-file [data-dz-remove] {
bottom: 7px;
z-index: 99;
}