Skip to content

Commit

Permalink
Fix spacing issue (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
marineb committed Jan 6, 2018
1 parent a86815e commit 4a472a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/measure.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export class Measure extends Component {

const Trigger = ({ count, nodeRef }) =>
<span ref={nodeRef}>
<ChevronUp className="up" /><ChevronDown className="down" /><span className="up">Moins</span><span className="down">Plus </span>de mesures <span className="down">({count})</span>
<ChevronUp className="up" /><ChevronDown className="down" /><span className="up">Moins</span><span className="down">Plus</span>&nbsp;de mesures<span className="down">&nbsp;({count})</span>
</span>

class CollapsibleMeasures extends Component {
Expand Down

0 comments on commit 4a472a9

Please sign in to comment.