.fk-text-justify,
.editor-styles-wrapper .fk-text-justify {
    text-align: justify !important;
    text-justify: inter-word;
}

.fk-text-justify {
    hyphens: auto;
    -webkit-hyphens: auto;
    word-break: normal;
}
