You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to change the indent amount of bullet points with css, and padding-inline-start worked well for me in my browser preview. It isn't, however, recognized in weasyprint:
WARNING: Ignored `padding-inline-start: 0.13in\` at 102:9, unknown property.
I'm sure I can figure out another way to do this, but I thought it'd be helpful to have this noted.
The text was updated successfully, but these errors were encountered:
Yeah, in the meantime I can just use negative left margin. The stackoverflow answer that told me to use padding-inline-start is from 2015, so it is also possible that this isn't what people are using nowadays? I'm not currently smart enough to know how to find out.
Logical properties are not supported in WeasyPrint yet. Until then, you can use padding-left or padding-right instead, depending on the direction of your text.
liZe
changed the title
padding-inline-start is not recognized
Support CSS logical properties
Jan 21, 2025
I was trying to change the indent amount of bullet points with css, and
padding-inline-start
worked well for me in my browser preview. It isn't, however, recognized in weasyprint:I'm sure I can figure out another way to do this, but I thought it'd be helpful to have this noted.
The text was updated successfully, but these errors were encountered: