Skip to content

Commit

Permalink
Merge pull request #2608 from brkcvn/master
Browse files Browse the repository at this point in the history
Delete icon styling control for dropzone component
  • Loading branch information
brkcvn committed Aug 25, 2022
2 parents c2c8568 + 9dfd611 commit c42232f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
5 changes: 4 additions & 1 deletion public/css/third_party/dropzone_custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,7 @@
width: 45px;
}


.form-file [data-dz-remove] {
bottom: 7px;
z-index: 99;
}

0 comments on commit c42232f

Please sign in to comment.