Skip to content

Commit

Permalink
Enhancement: Adjust position of chevron icon on history items' headers (
Browse files Browse the repository at this point in the history
  • Loading branch information
Onokaev authored Mar 17, 2022
1 parent 40995bb commit ecef40f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/views/sidebar/history/History.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export class History extends Component<IHistoryProps, any> {
shouldFocusOnMount: true,
items: buttonActions
}}
styles={{root: {paddingBottom: 10, marginLeft: -1.2}}}
styles={{root: {paddingBottom: 10, marginLeft: 1}}}
/>
</TooltipHost>
);
Expand Down Expand Up @@ -281,6 +281,7 @@ export class History extends Component<IHistoryProps, any> {
}}
ariaLabel={collapseButtonLabel}
onClick={() => this.onToggleCollapse(props)}
styles={{icon: {marginTop: '15px'}}}
/>
</TooltipHost>
<div className={classes.groupTitle}>
Expand Down

0 comments on commit ecef40f

Please sign in to comment.