Skip to content

Commit

Permalink
padding and size to button
Browse files Browse the repository at this point in the history
  • Loading branch information
SutarPrasad committed Aug 25, 2023
1 parent a8100a2 commit 2a82fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MultiSiteLineChart/MultiSiteLineChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class MultiSiteLineChart extends React.Component {
color="success"
startIcon={<FileDownloadOutlinedIcon />}
onClick={()=>this.handleDownloadPDF(species,sites)}
style={{ width: '20px',
style={{ width: '10px',
height: '20px'}}>
PDF
</Button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
flex-direction: column;
align-items: stretch;
position: relative;
padding-left: 2.5%;
}

.chartContainer {
Expand Down

0 comments on commit 2a82fb4

Please sign in to comment.