Skip to content

Commit

Permalink
justify icons right
Browse files Browse the repository at this point in the history
  • Loading branch information
chgibb committed Aug 25, 2019
1 parent da87b0c commit 6c2ffea
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -122,6 +122,9 @@ export class CircularGenomeBuilderView extends React.Component<CircularGenomeBui
>
<MenuRounded />
</IconButton>
<div style={{
marginLeft:"auto"
}}>
<IconButton
edge="start"
color="primary"
Expand Down Expand Up @@ -155,6 +158,7 @@ export class CircularGenomeBuilderView extends React.Component<CircularGenomeBui
}}
/>
</IconButton>
</div>
</Toolbar>
</AppBar>
<FigureSelectOverlay builder={this} />
Expand Down

0 comments on commit 6c2ffea

Please sign in to comment.