body {
    margin: 20px;
}

.cke_editable {
    /* Fix for missing scrollbars with RTL texts. (#10488) */
    word-wrap: break-word;
}
.cke_editable:focus {
    box-shadow: none!important;
}