diff --git a/src/app/views/sidebar/history/History.tsx b/src/app/views/sidebar/history/History.tsx index ecbc443bea..1cad5bf355 100644 --- a/src/app/views/sidebar/history/History.tsx +++ b/src/app/views/sidebar/history/History.tsx @@ -216,7 +216,7 @@ export class History extends Component { shouldFocusOnMount: true, items: buttonActions }} - styles={{root: {paddingBottom: 10, marginLeft: -1.2}}} + styles={{root: {paddingBottom: 10, marginLeft: 1}}} /> ); @@ -281,6 +281,7 @@ export class History extends Component { }} ariaLabel={collapseButtonLabel} onClick={() => this.onToggleCollapse(props)} + styles={{icon: {marginTop: '15px'}}} />