render() {
return (
<div className="issue-message">
- <span className="little-spacer-right">{this.props.message}</span>
+ <span className="spacer-right">{this.props.message}</span>
<Button
aria-label={translate('issue.rule_details')}
- className="button button-grey button-tiny spacer-right text-top"
+ className="button button-link issue-see-rule spacer-right text-top"
onClick={this.handleClick}>
{translate('issue.see_rule')}
</Button>
+
{this.props.engine && (
<Tooltip
overlay={translateWithParameters('issue.from_external_rule_engine', this.props.engine)}>
className="issue-message"
>
<span
- className="little-spacer-right"
+ className="spacer-right"
>
Reduce the number of conditional operators (4) used in the expression
</span>
<Button
aria-label="issue.rule_details"
- className="button button-grey button-tiny spacer-right text-top"
+ className="button button-link issue-see-rule spacer-right text-top"
onClick={[Function]}
>
issue.see_rule