Hello
I was wondering, does any one know if Esri published an official "style table" for Arcade ?
Many CSS property are denied without reason such as "justify-content", "flex" and others
return {
'type': 'text',
'text': `<div style="display: flex; justify-content: space-between;">...</div>`,
}
This simply adds to the context menu '<div style="display: flex;">...</div>'
Does anyone know why the 'justify' property was removed?
I could understand about the script tag (which can cause security issues) but what's the problem with justify?