Skip to content
Snippets Groups Projects
Verified Commit 2c953de8 authored by Dennis Collaris's avatar Dennis Collaris
Browse files

feat: design tweak

parent 95bfd02d
No related branches found
No related tags found
No related merge requests found
Pipeline #145520 passed
......@@ -69,7 +69,7 @@ export function TextEditor({
return (
<LexicalComposer initialConfig={initialConfig}>
<div className="editor-toolbar flex items-center bg-secondary-50 rounded mt-4 space-x-2">
<div className="editor-toolbar flex items-center bg-secondary-50 rounded mt-4 space-x-2" style={{ marginBottom: -8 }}>
<PreviewPlugin contentEditable={contentEditableRef} />
{showToolbar && <ToolbarPlugin />}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment