Skip to content

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

@lumaxis

Description

@lumaxis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions