ome / omero-web

Django-based OMERO.web client
https://www.openmicroscopy.org/omero
17 stars 31 forks source link

Fix word wrap for names #574

Closed will-moore closed 2 months ago

will-moore commented 3 months ago

Fixes #572 See report at https://forum.image.sc/t/image-names-not-wrapping/100493

To test, set various long names without spaces. These should now wrap correctly instead of disappearing off the screen.

pwalczysko commented 2 months ago

Yes, working fine on merge-ci.

Screenshot 2024-08-30 at 13 38 23 Screenshot 2024-08-30 at 13 37 31

the interesting feature is that a dash - character seems to be preferred for inserting the break. I think this is acceptable (the wrapping happens even if no dash is present in name). Just a heads up.