From fae934fce0df0aae2667dc19171268f3a0bd04af Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Thu, 22 Sep 2022 08:51:54 -0400 Subject: [PATCH] CSR-795 update paragraph spacing. --- src/common-components/modal/modal.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/common-components/modal/modal.vue b/src/common-components/modal/modal.vue index 686c53136..4dd99fbc5 100644 --- a/src/common-components/modal/modal.vue +++ b/src/common-components/modal/modal.vue @@ -60,6 +60,11 @@ export default { ul { margin-bottom: 0; } + p { + &:last-child { + margin-bottom: 0; + } + } } } }