Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Reduce nbsp spacing (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahalwy authored Mar 20, 2017
1 parent 0b6afa1 commit e8b30bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Word/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default class Word extends Component {
title={this.buildTooltip(word, tooltip)}
dangerouslySetInnerHTML={{ __html: text }}
/>
<small dangerouslySetInnerHTML={{ __html: spacer }} />
<small dangerouslySetInnerHTML={{ __html: spacer }} style={{ letterSpacing: -15 }} />
</span>
);
}
Expand Down

0 comments on commit e8b30bb

Please sign in to comment.