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; + } + } } } }