Skip to content
Snippets Groups Projects
Commit 173c74d3 authored by Tom Robinson's avatar Tom Robinson
Browse files

FilterPopover: Add padding to operator name

parent 2c10c20a
No related branches found
No related tags found
No related merge requests found
......@@ -336,7 +336,7 @@ export default class FilterPopover extends Component {
<h3 className="text-default">{formatField(field)}</h3>
<a
className="ml-auto flex align-center text-grey-3"
className="ml-auto flex align-center text-grey-3 pl4"
onClick={() => this.setState({ showOperator: !showOperator })}
>
<h3>{operator && operator.verboseName}</h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment