Basically, the editor has oversized icons and are so big, and it looks so ugly, so i am not sure what is causing this, but i have not added any css to it, so it is not modified by design
code:
import JoditEditor from "jodit-react";
function Comp(){
return(
<div> <JoditEditor></JoditEditor> </div> ) }
icons are big
and then when i scroll down:
as you see
the editor is supposed to look like this:
Can you check the below sandbox example.
https://codesandbox.io/s/jodit-react-editor-demo-forked-kpu137?file=/src/App.tsx