You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like if I delete the <svg> elements which are part of the toolbar HTML, the vertical size becomes OK. These are the <svg> elements that cause the big height:
This is how the rich text editor looks like when I delete them from HTML:
Adding width="24" height="24" to the <svg> elements (to somehow match the viewBox) resizes them like this:
GrapesJS version
What browser are you using?
Firefox 95.0.2 (64-bit)
Reproducible demo link
https://grapesjs.com/demo.html
Describe the bug
How to reproduce the bug?
What is the expected behavior?
Rich text editor is shown with normal button sizes
What is the current behavior?
Rich text editor is shown with very big buttons
This is how it looks like:
If is necessary to execute some code in order to reproduce the bug, paste it here below:
// your code here
Code of Conduct
The text was updated successfully, but these errors were encountered: