.ck {
    .ck-style-grid {
        .ck-button {
            width: fit-content !important;

            .ck-style-grid__button__preview {
                padding-left: 0 !important;
                padding-right: 0 !important;

                a {
                    display: block;
                    overflow: hidden;
                    padding: 1.5em !important;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    width: 8em;
                }
            }
        }
    }
}