| 12345678910111213141516 |
- /*
- * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
- */
- .ck-link-image-options {
- display: flex;
- & .ck.ck-link-actions {
- padding: 0;
- }
- }
- .ck.ck-toolbar > .ck-toolbar__items > .ck-link-image-options:last-child {
- margin-right: 0;
- }
|