snippet-styles.css 376 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
  3. */
  4. .ck-editor .ck-editor__editable {
  5. padding: 1em;
  6. }
  7. .ck-editor .ck-editor__editable > :first-child {
  8. margin-top: 0;
  9. }
  10. .ck-editor .ck-editor__editable > :last-child {
  11. margin-bottom: 0;
  12. }
  13. .ck-reset.ck-list {
  14. /* See https://github.com/ckeditor/ckeditor5/issues/494 */
  15. margin-left: 0;
  16. }