jpuri / react-draft-wysiwyg

A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
MIT License
6.38k stars 1.15k forks source link

Toolbar buttons height is suddenly resized #1306

Closed Daneshaurus closed 1 year ago

Daneshaurus commented 1 year ago

When i use react-draft-wysiwyg for the first time, the toolbar buttons size are normal, but the second time i start my react app, the toolbar buttons size are too big which makes it not inlined.

I tried styling it from the .rdw-option-wrapper class in the react-draft-wysiwyg/dist/react-draft-wysiwyg.css file but there are no differences, but when i style from the console log css editor it changes.

I also tried reinstalling the package, but it doesnt work.

Are there any ways to fix this problem?