react-images-upload icon indicating copy to clipboard operation
react-images-upload copied to clipboard

Addon: Have Updated Multiple Images View

Open abhiburk opened this issue 6 years ago • 0 comments

image

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;
}

abhiburk avatar Nov 18 '19 16:11 abhiburk