From 5cdd1e065d0e2ec36c417f8fb22cb66a79431e78 Mon Sep 17 00:00:00 2001 From: Darius Dzien Date: Thu, 16 Sep 2021 16:36:34 -0500 Subject: [PATCH] Add margin to Modal body to prevent overlap with Close button (#679) * Add margin to Modal body to prevent overlap with Close button * Use 2.5 --- packages/formation/sass/modules/_m-modal.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/formation/sass/modules/_m-modal.scss b/packages/formation/sass/modules/_m-modal.scss index d9c6855f52..e0cc08c530 100644 --- a/packages/formation/sass/modules/_m-modal.scss +++ b/packages/formation/sass/modules/_m-modal.scss @@ -25,6 +25,7 @@ p:first-of-type { margin-top: 0; } + margin-right: units(2.5); } &-title {