girder / girder_web_components

Reusable Javascript and VueJS components for interacting with a Girder server.
https://gwc.girder.org
Apache License 2.0
16 stars 9 forks source link

Fix overflow style bug in FileUploadList #285

Closed zachmullen closed 3 years ago

zachmullen commented 3 years ago

Noticed this while testing the recent uploader changes. Really long filenames were overflowing the container of the FileUploadList. Before:

Screen Shot 2020-11-18 at 8 54 10 PM

After:

Screen Shot 2020-11-18 at 8 53 51 PM