Skip to content

Bugfix: Fix text overflow issue for Artist/Writer boxes

Presently, when the text inside the Artist or Writer boxes is too long, it tends to "spill out", or overflow, out of its containing box. This leads to the full text being obscured.

For example (before):

Text overflow example, before

This merge request aims to correct that issue by modifying some of the underlying CSS and JavaScript.

After:

Text overflow example, fixed

Long text separated by spaces will simply wrap around to the next line. Long unbroken text (text without spaces) will be forcibly broken onto the next line. Their containing Artist/Writer boxes will also expand to fit their contents.

Merge request reports

Loading