Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1156 | alignment of pins and about
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Jan 10, 2022
1 parent 396b67a commit 85a310d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/orgs/Overview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ const Overview = ({ org, pins, onPinDelete, onPinOrderUpdate, canDeletePin, memb
</h3>
{
isEmpty(about) ?
<p style={{marginLeft: '15px', marginTop: '10px'}}>
<p style={{marginLeft: '5px', marginTop: '10px'}}>
{`${org.id} doesn't have any about text yet.`}
</p> :
<div className='col-md-12' dangerouslySetInnerHTML={{__html: org.text.replaceAll('href="/', 'href="/#/')}} />
<div className='col-md-12 no-side-padding' style={{marginLeft: '5px'}} dangerouslySetInnerHTML={{__html: org.text.replaceAll('href="/', 'href="/#/')}} />
}
</div>
</div>
Expand Down

0 comments on commit 85a310d

Please sign in to comment.