Skip to content
Snippets Groups Projects
Commit ee3c972d authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #2247 from metabase/fix-delete-pulse-modal-wonkiness

Add bottom padding on delete modal
parents 979ae360 c1d6f8a2
No related merge requests found
......@@ -38,7 +38,7 @@ export default class DeleteModalWithConfirm extends Component {
title={"Delete \"" + objectName + "\"?"}
closeFn={this.props.onClose}
>
<div className="px4">
<div className="px4 pb4">
<ul>
{confirmItems.map((item, index) =>
<li className="pb2 mb2 border-row-divider flex align-center">
......
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