mannhullet / mannhullet_no

The webpage of the student association Mannhullet at NTNU
https://www.mannhullet.no
0 stars 0 forks source link

Fix overflow of titles in archive #24

Open andrebk opened 6 years ago

andrebk commented 6 years ago

Long titles for folders and files in the archive overflow outside their box. Especially noticable with the exchange presentations.

jonmmo commented 6 years ago

Tried to add hyphen when breaking word with word-wrap, but hyphens is not supported in chrome (yet). https://developer.mozilla.org/en-US/docs/Web/CSS/hyphens https://css-tricks.com/almanac/properties/h/hyphenate/

Possible to do in JS maybe, or just leave with word-wrap: break-word, but then you have no hyphen in the line break.