From 66451b198ce4fba4affc6b4106df84624e124f2b Mon Sep 17 00:00:00 2001 From: Kim Coleman Date: Thu, 9 Jan 2025 21:06:45 -0500 Subject: [PATCH] Fixing paragraphs in the pmpro message display --- css/frontend/base.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/frontend/base.css b/css/frontend/base.css index 3482fc922..e1728944e 100644 --- a/css/frontend/base.css +++ b/css/frontend/base.css @@ -88,6 +88,15 @@ color: var(--pmpro--color--alert-link); } +.pmpro_message p { + margin: 0 0 var(--pmpro--base--spacing--small); + padding: 0; +} + +.pmpro_message p:last-of-type { + margin-bottom: 0; +} + /** * Form Elements */