misc: allow border/border-radius/padding CSS properties (#59977)

This commit is contained in:
Frédéric Péters 2021-12-21 16:39:17 +01:00
parent 3723de5a8c
commit 827d7d4898
1 changed files with 10 additions and 0 deletions

View File

@ -2146,11 +2146,16 @@ class WysiwygTextWidget(TextWidget):
'azimuth',
'background-color',
'border-bottom-color',
'border-bottom-left-radius',
'border-bottom-right-radius',
'border-collapse',
'border-color',
'border-left-color',
'border-radius',
'border-right-color',
'border-top-color',
'border-top-left-radius',
'border-top-right-radius',
'clear',
'color',
'cursor',
@ -2168,6 +2173,11 @@ class WysiwygTextWidget(TextWidget):
'letter-spacing',
'line-height',
'overflow',
'padding',
'padding-bottom',
'padding-left',
'padding-right',
'padding-top',
'pause',
'pause-after',
'pause-before',