Skip to content

Commit

Permalink
Merge pull request #3250 from kimcoleman/fix-message-paragraph-margin
Browse files Browse the repository at this point in the history
Fixing paragraphs in the pmpro message display
dparker1005 authored Jan 21, 2025
2 parents d90bf4e + 66451b1 commit 084cb86
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/frontend/base.css
Original file line number Diff line number Diff line change
@@ -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
*/

0 comments on commit 084cb86

Please sign in to comment.