Skip to content

Commit

Permalink
fix image styles
Browse files Browse the repository at this point in the history
  • Loading branch information
WestleyArgentum committed Jul 20, 2016
1 parent b0c4d6d commit 75635f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/Response.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class Response extends React.Component {
<Col md={12} key={attachment.payload.url}>
<img
src={attachment.payload.url}
width={400}
style={{maxWidth: 400}}
/>
</Col>
);
Expand Down

0 comments on commit 75635f9

Please sign in to comment.