mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 22:04:45 +08:00
change separator from | to • for editor image sizing
This commit is contained in:
parent
14f9e55977
commit
9585e2dff2
@ -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>`);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user