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 overlapping #3205

Open
mustafaalhajji opened this issue Sep 30, 2024 · 6 comments
Open

Text overlapping #3205

mustafaalhajji opened this issue Sep 30, 2024 · 6 comments

Comments

@mustafaalhajji
Copy link

Bug reports:

I had issue with text overlapping and font size

membership-card (13)

html look:
image

Specifications:

  • html2canvas version tested with: 1.4.1
  • Browser & version: Google Chrome 129.0.6668.60
  • Operating system: Win 10
@santigonzaga
Copy link

Are you using tailwind CSS?

@mustafaalhajji
Copy link
Author

Are you using tailwind CSS?

No, 100% standalone

@yehezkiell
Copy link

@zxybbxy
Copy link

zxybbxy commented Dec 3, 2024

I have this question too, and I also don't use tailwind,but I encountered this problem occasionally

@Timothy-Achonu
Copy link

I'm using tailwing and this fixed text overlapping—yes text overlapping, not image overlapping—for me:

@layer base {
img {
display: unset !important;
}
}

@muhghazaliakbar
Copy link

Got similar issue, should be fixed by this: #2775 (comment)

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

6 participants