You can adjust the widths of the columns in the upload field by using this CSS:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.dropzone .dz-preview.dz-image-preview { | |
table-layout: fixed; | |
} | |
.dropzone table.dz-preview td.pewc-dz-image-wrapper { | |
width: 20%; | |
} | |
.dropzone .dz-preview.dz-image-preview .dz-details { | |
width: 60%; | |
} |