Commit 3ec082b3 authored by Georgios Dagkakis's avatar Georgios Dagkakis

erp5_core: Allow more attributes in gadget_html_viewer.js

Plus, remove the duplicate of 'text-align'
parent b819f8da
Pipeline #37089 failed with stage
in 0 seconds
......@@ -96,6 +96,7 @@
rowspan: true,
align: true,
scope: true,
width: true,
summary: true,
download: true
},
......@@ -125,7 +126,10 @@
width: true,
'display': true,
'list-style': true,
'text-align': true,
'line-height': true,
'font-size': true,
'font-family': true,
'text-decoration': true,
'vertical-align': true,
'border-radius': true
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment