Fix styles in Separator widget (#3309)

Style wasn't working right for separator widget since the iframe sandboxing of
the markup widget. This addresses this small issue and also now allows
for html in the separator widget
This commit is contained in:
Maxime Beauchemin
2017-08-16 17:40:06 -07:00
committed by GitHub
parent c4e056929d
commit fbd0d46e8a
2 changed files with 1 additions and 4 deletions

View File

@@ -358,6 +358,7 @@ export const visTypes = {
{
label: null,
controlSetRows: [
['markup_type'],
['code'],
],
},