diff --git a/src/components/Shared/SimpleMessagePopup.scss b/src/components/Shared/SimpleMessagePopup.scss index 0d70f63ff..47d5fb365 100644 --- a/src/components/Shared/SimpleMessagePopup.scss +++ b/src/components/Shared/SimpleMessagePopup.scss @@ -19,7 +19,7 @@ } .modalBody { - div { + div:not(:last-child) { margin-bottom: 1rem; } }