UNPKG

@ckeditor/ckeditor5-link

Version:

Link feature for CKEditor 5.

25 lines (20 loc) 515 B
/* * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css"; /* Generic class that wraps each link balloon view. */ .ck.ck-link-form { & .ck-link-form__providers-list { display: flex; flex-direction: column; & .ck-link__button { & > .ck-button__label { flex-grow: 1; } } } & .ck-link__items:empty { display: none; } }