Skip to content

Commit

Permalink
fix(editor): remove extra styles from exported editor component
Browse files Browse the repository at this point in the history
  • Loading branch information
hejtful committed Dec 28, 2023
1 parent c345835 commit 0ef40e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/package/editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function SerloEditor({
return (
<InstanceDataProvider value={instanceData}>
<LoggedInDataProvider value={loggedInData}>
<div className="serlo-editor-hacks mb-24 max-w-[816px] px-2">
<div className="serlo-editor-hacks">
<Editor initialState={initialState ?? emptyState} {...props} />
</div>
</LoggedInDataProvider>
Expand Down

0 comments on commit 0ef40e5

Please sign in to comment.