Skip to content

Commit

Permalink
fix(groups): show border shadow of groups panel
Browse files Browse the repository at this point in the history
  • Loading branch information
davidballester committed Aug 8, 2019
1 parent d9f422e commit 068629b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/graph/graph.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function Graph({ graphId, graphName, loadedGraphId, loadGraph, openGraphList, cl
<Grid container classes={{ root: classes.grid }}>
<Grid item lg={3} sm={4} xs={6}>
<Box display="flex" alignItems="flex-end" className={classes.leftPanel}>
<Box className={classes.leftPanelContent}>
<Box className={classes.leftPanelContent} padding={1}>
<SelectedItems className={classes.selectedItems} />
<Groups />
</Box>
Expand Down

0 comments on commit 068629b

Please sign in to comment.