diff --git a/platform/viewer/src/connectedComponents/ToolbarRow.js b/platform/viewer/src/connectedComponents/ToolbarRow.js index ab89a1d4c..bea301bfb 100644 --- a/platform/viewer/src/connectedComponents/ToolbarRow.js +++ b/platform/viewer/src/connectedComponents/ToolbarRow.js @@ -98,6 +98,7 @@ class ToolbarRow extends Component { this.buttonGroups.right.unshift({ value: 'studies', icon: 'th-large', + from: 'left', bottomLabel: this.props.t('Series'), }); }