| 123456789101112131415 |
- /*
- * Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
- */
- .ck-editor__editable {
- & .image {
- clear: both;
- & > img {
- /* Prevent unnecessary margins caused by line-height (see #44). */
- display: block;
- }
- }
- }
|