User1734617369 posted
Hi,
You can use css to override the default style of the toolbar, for example you can add the following to your page where you are using the Editor:
<style>
.ajax__htmleditor_toolbar_button {
margin-right: 5px !important;
}
</style>
Best regards
Johan