/* * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ .ck.ck-character-info { padding: var(--ck-spacing-small) var(--ck-spacing-large); border-top: 1px solid var(--ck-color-base-border); & > * { text-transform: uppercase; font-size: var(--ck-font-size-small); } & .ck-character-info__name { max-width: 280px; text-overflow: ellipsis; overflow: hidden; } & .ck-character-info__code { opacity: .6; } }