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

Text overflows out of rich-link-card-text container #9

Open
hcrev opened this issue Oct 20, 2021 · 1 comment
Open

Text overflows out of rich-link-card-text container #9

hcrev opened this issue Oct 20, 2021 · 1 comment

Comments

@hcrev
Copy link
Contributor

hcrev commented Oct 20, 2021

Text overflows out of the rich-link-card-text container. Noticed this with long URLs.

Adding the overflow: hidden; rule for the .rich-link-card-text seems to solve the issue

.rich-link-card .rich-link-card-text {
  padding: 4px;
  width: 75%;
  overflow: hidden;
}

Here's a before/after:

Screenshot 2021-10-20 at 16-13-17 MoodBoarder

@hcrev hcrev changed the title Text overflows out of rich-link-card container Text overflows out of rich-link-card-text container Oct 20, 2021
@dhamaniasad
Copy link
Owner

dhamaniasad commented Oct 21, 2021 via email

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

2 participants