Skip to content

Commit

Permalink
Needed this small change to work with PR covid19india#9
Browse files Browse the repository at this point in the history
Thank you
  • Loading branch information
denvamsi committed Apr 6, 2020
1 parent 7f00492 commit a70cf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class CandidateProfile extends React.Component {
<Card.Description style={{color:'#343a40'}}>{profile.summary}</Card.Description>
</Card.Content>
<Card.Content extra>
<div style = { {display:'flex', flexDirection:'row'} }>
<div style = { {display:'block'} }>
{profile.tags.map((element, index) => {
return this.createTags(element,index);
})}
Expand Down

0 comments on commit a70cf7b

Please sign in to comment.