Skip to content
Snippets Groups Projects
Unverified Commit 2c9f4d60 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Fix margin right for "Set up alert" icon (#18606)

Closes #17701
parent 7136c342
No related merge requests found
......@@ -98,7 +98,7 @@ export default class AlertListPopoverContent extends Component {
className="link flex align-center text-bold text-small"
onClick={this.onAdd}
>
<Icon name="add" style={{ marginLeft: 9, marignRight: 17 }} />{" "}
<Icon name="add" style={{ marginLeft: 9, marginRight: 17 }} />{" "}
{t`Set up your own alert`}
</a>
</div>
......
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