plone / plone.staticresources

Static resources for Plone
https://pypi.org/project/plone.staticresources/
5 stars 12 forks source link

relateditems result path word-break problems #159

Open Nimo-19 opened 3 years ago

Nimo-19 commented 3 years ago

Hi,

I discovered today that different browsers break words differently. This leads to a problem in chrome (and edge) with the relateditems. Long paths and many subfolders render the widget unusable.

I attached a screenshot. Top is the widget in firefox, bottom the same page and widget in Chrome: long-subfolder-path-word-breack-chrome-and-firefox

I think a simple word-break: break-all; added to .pattern-relateditems-result-path here can solve the problem.