mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
fix(editor): Fix styling and typography in AI Assistant chat (#10895)
This commit is contained in:
committed by
GitHub
parent
67fb6d6fdd
commit
57ff3cc27b
@@ -24,6 +24,7 @@ const configuredSanitize = (html: string) =>
|
||||
input: ['type', 'id', 'checked'],
|
||||
code: ['class'],
|
||||
a: sanitize.defaults.allowedAttributes.a.concat(['data-*']),
|
||||
div: ['class'],
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user