Skip to content

Commit

Permalink
fix: display at proper width on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
erichartline committed Oct 29, 2018
1 parent ba61d12 commit b8c0f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/Summary/SummaryContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export class SummaryContainer extends Component<Props> {

return (
<Grid container justify="center">
<Grid item lg={12}>
<Grid item xs={12}>
{general.data && (
<PageHeader name={general.data.data.attributes.geneName} />
)}
Expand Down

0 comments on commit b8c0f00

Please sign in to comment.