-
-
Notifications
You must be signed in to change notification settings - Fork 704
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
RTL Column Support #574
Comments
Wow, that's good news as RTL support is pretty bad in WeasyPrint!
That's a good start, thank you! I'll push a slightly different fix, but that's really helpful. Tell me if it's OK for you! |
Hi, thank you very much for your reply. |
@andreia-telenav could you provide an HTML+CSS sample? |
Hi,
Thank you for your help. |
Hi,
we are using this library to generate the arabic version of our reports.
It works very well so far.
But we encountered a problem with column display.
We are using the following css coding:
.columns {
column-count: 2;
column-gap: 10px;
}
with configuration.
When it comes to display the columns in RTL direction, the columns are displaced to right.
I came up with a solution changing the blocks.py file
line 241 doing the following changes:
If you consider it to be a good fix, could it be included in the current version?
Or if you are planning to come up with an other solution, please let me know.
Thank you.
The text was updated successfully, but these errors were encountered: