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

Add bottom padding on delete modal. Resolves #2241

parent b823cacc
No related branches found
No related tags found
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