ckeditor5.workaround.css

Same filename in this branch
  1. 9 core/themes/stable9/css/quickedit/editors/formattedText/ckeditor5.workaround.css
  2. 9 core/modules/quickedit/css/editors/formattedText/ckeditor5.workaround.css
.quickedit-editable,
.quickedit-editing.ck.ck-editor__editable_inline {
  top: inherit !important;
  left: inherit !important;
  margin-bottom: inherit !important;
}
.quickedit-editing.ck.ck-editor__editable_inline > :first-child {
  margin-top: inherit;
}

File

core/themes/stable/css/quickedit/editors/formattedText/ckeditor5.workaround.css

View source
  1. .quickedit-editable,
  2. .quickedit-editing.ck.ck-editor__editable_inline {
  3. top: inherit !important;
  4. left: inherit !important;
  5. margin-bottom: inherit !important;
  6. }
  7. .quickedit-editing.ck.ck-editor__editable_inline > :first-child {
  8. margin-top: inherit;
  9. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.