Projet

Général

Profil

0001-misc-allow-margin-CSS-properties-in-wysiwyg-output-6.patch

Frédéric Péters, 23 mai 2022 17:14

Télécharger (796 octets)

Voir les différences:

Subject: [PATCH] misc: allow margin CSS properties in wysiwyg output (#65611)

 wcs/qommon/form.py | 5 +++++
 1 file changed, 5 insertions(+)
wcs/qommon/form.py
2307 2307
        'height',
2308 2308
        'letter-spacing',
2309 2309
        'line-height',
2310
        'margin',
2311
        'margin-bottom',
2312
        'margin-left',
2313
        'margin-right',
2314
        'margin-top',
2310 2315
        'overflow',
2311 2316
        'padding',
2312 2317
        'padding-bottom',
2313
-