-
Notifications
You must be signed in to change notification settings - Fork 138
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
Word wrap not working #65
Comments
Me too, i can't break line on td table 😢 |
Same. Using a table and can't wrap long text. |
I've implemented a simple django filter as a workaround to this issue:
In the html template I just import and use the custom filter:
|
where to import these line of code, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have been using easy_pdf to render pdfs from an html template. But I have not been able to wrap long words. It works fine with line wrapping. But when the text contains a link, it does not break.
word-wrap: break-word; is not working.
The text was updated successfully, but these errors were encountered: