Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LB-1693: Prevent overflow on entity pages titles #3056

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

MonkeyDo
Copy link
Member

@MonkeyDo MonkeyDo commented Dec 2, 2024

On album pages particularly, a very long album title or a very long list of artists will cause an egregious overflow.
First time I run into it (reported by a user) so I don't think it's very common, but the fix is very simple, we just prevent overflowing.

I opted to also give a bit more space for artist names by reducing the line height of the top title and font-size of the artist names.

Before:

image
image

After:

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant