Si no es WYSIWYG, ¿qué tal deshabilitar completamente los estilos?

Try this customization:

#reply-control .d-editor-button-bar button {
    display: none;
}
#reply-control .d-editor-button-bar button.upload {
    display: block;
}
7 Me gusta