Skip to content

Commit

Permalink
Added a bottom margin so that buttons are well presented
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Jan 12, 2024
1 parent 9e99a16 commit eda30a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/wizard/components/rules/AlertRuleList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ const AlertRuleList = createReactClass({
});
return (
<div>
<div className="alert-actions pull-right">
<div className="alert-actions pull-right has-bm">
<LinkContainer to={Routes.pluginRoute('WIZARD_NEWALERT')}>
<Button bsStyle="success" type="submit" title={this.state.messages.createAlert}>
<FormattedMessage id="wizard.create" defaultMessage="Create" />
Expand Down

0 comments on commit eda30a4

Please sign in to comment.