/* Fix for RTE */
.ck-button_with-text {
    align-items: stretch !important;
    overflow: hidden !important;
}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-button__label {
    text-overflow: initial !important;
}
.ck-button__label {
    text-overflow: initial !important;
}

