Skip to content

Commit

Permalink
Update Utterances.js
Browse files Browse the repository at this point in the history
  • Loading branch information
craigary authored Apr 28, 2021
1 parent 3de99ed commit ec3a43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Utterances.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Utterances = ({ issueTerm, layout }) => {
<>
<div
id="comments"
className={layout && layout === 'fullWidth' ? 'md:-ml-16' : ''}
className={layout && layout === 'fullWidth' ? '' : 'md:-ml-16'}
>
<div className="utterances-frame"></div>
</div>
Expand Down

0 comments on commit ec3a43d

Please sign in to comment.