| 123456789101112131415161718192021 |
- /*
- * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
- */
- .ck-link-form {
- overflow: hidden;
- }
- .ck-link-form__actions {
- clear: both;
- & .ck-button {
- float: right;
- /* The "Unlink" button.*/
- &:last-child {
- float: left;
- }
- }
- }
|