Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ck editor h3 margin #1412

Merged
merged 2 commits into from
Feb 3, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove strange margin bottom for ck editor h3
lotorvik committed Jan 30, 2025
commit 3489cc2a8deb0e5ec19b6f017aa26f6011a9f7cb
7 changes: 0 additions & 7 deletions packages/shared-components/src/styles/form/ckeditor.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/shared-components/src/styles/form/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import ckEditor from '../global/ckEditor';
import alert from './alert';
import builderComponents from './builderComponents';
import button from './button';
@@ -31,7 +30,6 @@ const form = {
...builderComponents,
...button,
...choices,
...ckEditor,
...datagrid,
...datepicker,
...day,
3 changes: 0 additions & 3 deletions packages/shared-components/src/styles/global/ckEditor.ts
Original file line number Diff line number Diff line change
@@ -2,9 +2,6 @@ const ckEditor = {
'.ck-body-wrapper': {
'z-index': 20000,
},
'& .ck-content h3': {
marginBottom: 100,
},
};

export default ckEditor;