change separator from | to • for editor image sizing

This commit is contained in:
Jeff Atwood 2019-03-03 17:55:21 -08:00
parent 14f9e55977
commit 9585e2dff2
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ export default Ember.Component.extend({
$buttonWrapper.append($scaleButton);
if (buttonIndex !== buttonScales.length - 1) {
$buttonWrapper.append(`<span class="separator"> | </span>`);
$buttonWrapper.append(`<span class="separator"> </span>`);
}
});
}