Grapesjs Text Block class issue #5783
Unanswered
sathudeva7
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when i adding multiple instances of text block in grapes all the instances follow same styles here is the code
`const normalTextBlock = (editor) => {
};`
When I add a class to the div, all instances follow the same styles; otherwise, it performs correctly. Since I need to fix responsiveness issues, I can't use media queries without a class. How can I address this?
Beta Was this translation helpful? Give feedback.
All reactions