react-images-upload
react-images-upload copied to clipboard
Addon: Have Updated Multiple Images View

Override this CSS Hope this helps
.fileContainer .uploadPictureContainer img.uploadPicture {
width: unset !important;
}
.uploadPicturesWrapper > div:first-child {
flex-wrap: unset !important;
}
.fileContainer .deleteImage {
position: absolute;
top: 5px !important;
right: 5px !important;
background:unset !important;
font-size: 10px !important;
line-height: 20px !important;
width: 20px !important;
height: 20px !important;
}
.fileContainer .uploadPictureContainer {
width: 150px !important ;
margin: 5px !important;
padding: 5px !important;
box-shadow: unset !important;
background: unset !important;
border: unset !important;
}