Skip to content
Snippets Groups Projects
Commit 8d922882 authored by Atte Keinänen's avatar Atte Keinänen
Browse files

Add some margin to the removal button in ExpressionWidget

parent 8912e333
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ export default class ExpressionWidget extends Component {
</div>
<div>
{this.props.expression ?
<a className="pr2 text-warning link" onClick={() => this.props.onRemoveExpression(this.props.name)}>{t`Remove`}</a>
<a className="pr2 ml2 text-warning link" onClick={() => this.props.onRemoveExpression(this.props.name)}>{t`Remove`}</a>
: null }
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment