cuny-academic-commons / cbox-theme

Default theme for Commons In A Box
GNU General Public License v2.0
20 stars 15 forks source link

BP Docs Wiki Summary Info extends beyond width boundaries #195

Closed vothsco closed 9 years ago

vothsco commented 10 years ago

CBOX user Sam Brown reports that, when displaying his wiki summary page, the divs go beyond the boundaries. I took a look and didn't see anything obvious. The display starts screwing up right at the beginning. I thought it might be an issue with the widget above it - but didn't see anything obvious there.

I am unable to recreate on my test site. Here is a link to the post - http://commonsinabox.org/groups/help-support/forum/topic/wiki-3/

And here is a link to his site page where it is occurring - http://studentsurveyor.com/wiki/

Thanks

christianwach commented 10 years ago

Sam has an attachment with an extra-long name (JLL_Central_London_Residential_Development_Research_Report_March_2014-updated.pdf) that is forcing the title column to be wider than it should be. This should fix things:

.bp-docs-attachment-drawer li { word-break: break-word; }
vothsco commented 10 years ago

Thanks Christian - I will let him know.

r-a-y commented 9 years ago

.bp-docs-attachment-drawer li { word-break: break-all; } worked for me.

Going to close this one as it is edge-case.