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

CSS for height of podcast text in popup is broken #226

Open
lumaxis opened this issue Feb 28, 2022 · 0 comments
Open

CSS for height of podcast text in popup is broken #226

lumaxis opened this issue Feb 28, 2022 · 0 comments

Comments

@lumaxis
Copy link

lumaxis commented Feb 28, 2022

It looks like by default, the current CSS cuts of podcast text that is long enough to flow into two lines:

Screenshot 2022-02-28 at 21 59 00@2x Screenshot 2022-02-28 at 21 59 50@2x

This seems to come from this line of CSS:

.podlove-subscribe-popup-podcast-text {
height: 90px;
}

If I manually remove that line or set the height to 100%, the problem disappears.

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

No branches or pull requests

1 participant