mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
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:
committed by
GitHub
parent
c4e056929d
commit
fbd0d46e8a
@@ -358,6 +358,7 @@ export const visTypes = {
|
||||
{
|
||||
label: null,
|
||||
controlSetRows: [
|
||||
['markup_type'],
|
||||
['code'],
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user