Skip to content

Commit

Permalink
Adjust oncoprint width relative to window size
Browse files Browse the repository at this point in the history
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
  • Loading branch information
Abeshouse, Adam A./Sloan Kettering Institute committed Oct 18, 2019
1 parent ef06afe commit 9d01106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/oncoprint/ResultsViewOncoprint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ export default class ResultsViewOncoprint extends React.Component<IResultsViewOn
}

@computed get width() {
return WindowStore.size.width - 25;
return WindowStore.size.width - 75;
}

public render() {
Expand Down

0 comments on commit 9d01106

Please sign in to comment.