diff --git a/src/common-components/modal/modal.vue b/src/common-components/modal/modal.vue index e11424d07..cd618ba45 100644 --- a/src/common-components/modal/modal.vue +++ b/src/common-components/modal/modal.vue @@ -9,7 +9,7 @@
- @@ -65,6 +65,9 @@ export default { } .modal-footer { border-top: none; + button { + margin: 0; + } } } }