From e99fee43113b90b40d20e791bd00e449e6c60d17 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 20 Sep 2022 13:55:33 -0400 Subject: [PATCH] CSR-848 css update for spacing. --- src/common-components/modal/modal.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; + } } } }