<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 20px;
}

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