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

[FW][FIX] web_editor: properly convert css margin if also inline margin #156147

Commits on Mar 1, 2024

  1. [FIX] web_editor: properly convert css margin if also inline margin

    When inlining styles for e-mails, some styles could be lost if they were
    defined in css but also had an inline style that started with the same
    characters. For example, a node with a style attribute defining
    `margin-top: 10px` and a css style defining `margin: 5px` would end up
    with `margin-top: 10px` and losing the rest of the information.
    
    opw-3650141
    
    X-original-commit: f2d2531
    Zynton committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    37455ba View commit details
    Browse the repository at this point in the history