8
0

image.css 282 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md.
  4. */
  5. .ck-editor__editable {
  6. & .image {
  7. clear: both;
  8. & > img {
  9. /* Prevent unnecessary margins caused by line-height (see #44). */
  10. display: block;
  11. }
  12. }
  13. }